Html Css Color HEX #BAD518 Rio Grande

📋 copy color: '#BAD518'

red 186 ◦ green 213 ◦ blue 24

#BAD518
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BAD518

Tints of Rio Grande #BAD518

RGB

 RED value IS 186 (73.05% from 255) = 43.97%

 GREEN value IS 213 (83.59% from 255) = 50.35%

 BLUE value IS 24 (9.77% from 255) = 5.67%

R = 43.97%
G = 50.35%
B = 5.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BAD518 (or 0xBAD518) is known color: Rio Grande. HEX triplet: BA, D5 and 18. RGB value is (186,213,24). Sum of RGB (Red+Green+Blue) = 186+213+24=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD518 is #452AE7. Grayscale: #B8B8B8. Windows color (decimal): -4532968 or 1627578. OLE color: 1627578.

HSL color Cylindrical-coordinate representation of color #BAD518: hue angle of 68.57º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAD518 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 213 24 -
CMYK 0.13 0 0.89 0.16
HSL 68.57º 0.8% 0.46% -
HSV(B) 68.57º 0.89% 0.84% -
XYZ 44.21 58.09 9.75 -
YUV 183.38 38.05 129.87 -
System Red Green Blue C M Y K H S L
Decimal 186 213 24 0.13 0 0.89 0.16 68.57 0.8 0.46
Hex BA D5 18 D 0 59 10 45 50 2E
Octal 272 325 30 15 0 131 20 105 120 56
Binary 10111010 11010101 11000 1101 0 1011001 10000 1000101 1010000 101110

Color Harmonies of #BAD518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD518

Black with #BAD518

Text Example


Text Example

White with #BAD518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD518; }

 p { color: rgb(186,213,24); }

 H1.HeaderClassName
 {
   color: #BAD518;
 }
 .AnyTagClassName
 {
   color: #BAD518;
 }
</style>

background-color css

<style>
 a { background-color: #BAD518; }

 a { background-color: rgb(186,213,24); }

 div.DivClassName
 {
   background-color: #BAD518;
 }
 .BgClassName
 {
   background-color: #BAD518;
 }
</style>

border-color css

<style>
 span { border-color: #BAD518; }

 span { border-color: rgb(186,213,24); }

 td.TdClassName
 {
   border-color: #BAD518;
 }
 .TagClassName
 {
   border-color: #BAD518;
 }
</style>