Html Css Color HEX #BDD418 Rio Grande

📋 copy color: '#BDD418'

red 189 ◦ green 212 ◦ blue 24

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

Shades of Rio Grande #BDD418

Tints of Rio Grande #BDD418

RGB

 RED value IS 189 (74.22% from 255) = 44.47%

 GREEN value IS 212 (83.2% from 255) = 49.88%

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

R = 44.47%
G = 49.88%
B = 5.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#BDD418 (or 0xBDD418) is known color: Rio Grande. HEX triplet: BD, D4 and 18. RGB value is (189,212,24). Sum of RGB (Red+Green+Blue) = 189+212+24=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 24 (9.77% from 255 or 5.65% from 425); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD418 is #422BE7. Grayscale: #B8B8B8. Windows color (decimal): -4336616 or 1627325. OLE color: 1627325.

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

Color convert

RGB 189 212 24 -
CMYK 0.11 0 0.89 0.17
HSL 67.34º 0.8% 0.46% -
HSV(B) 67.34º 0.89% 0.83% -
XYZ 44.69 57.97 9.7 -
YUV 183.69 37.88 131.79 -
System Red Green Blue C M Y K H S L
Decimal 189 212 24 0.11 0 0.89 0.17 67.34 0.8 0.46
Hex BD D4 18 B 0 59 11 43 50 2E
Octal 275 324 30 13 0 131 21 103 120 56
Binary 10111101 11010100 11000 1011 0 1011001 10001 1000011 1010000 101110

Color Harmonies of #BDD418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD418

Black with #BDD418

Text Example


Text Example

White with #BDD418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD418; }

 p { color: rgb(189,212,24); }

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

background-color css

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

 a { background-color: rgb(189,212,24); }

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

border-color css

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

 span { border-color: rgb(189,212,24); }

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