Html Css Color HEX #BDD818 Rio Grande

📋 copy color: '#BDD818'

red 189 ◦ green 216 ◦ blue 24

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

Shades of Rio Grande #BDD818

Tints of Rio Grande #BDD818

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.35%

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

R = 44.06%
G = 50.35%
B = 5.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#BDD818 (or 0xBDD818) is known color: Rio Grande. HEX triplet: BD, D8 and 18. RGB value is (189,216,24). Sum of RGB (Red+Green+Blue) = 189+216+24=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 24 (9.77% from 255 or 5.59% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD818 is #4227E7. Grayscale: #BABABA. Windows color (decimal): -4335592 or 1628349. OLE color: 1628349.

HSL color Cylindrical-coordinate representation of color #BDD818: hue angle of 68.44º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDD818 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 24 -
CMYK 0.12 0 0.89 0.15
HSL 68.44º 0.8% 0.47% -
HSV(B) 68.44º 0.89% 0.85% -
XYZ 45.71 60 10.04 -
YUV 186.04 36.55 130.11 -
System Red Green Blue C M Y K H S L
Decimal 189 216 24 0.12 0 0.89 0.15 68.44 0.8 0.47
Hex BD D8 18 C 0 59 F 44 50 2F
Octal 275 330 30 14 0 131 17 104 120 57
Binary 10111101 11011000 11000 1100 0 1011001 1111 1000100 1010000 101111

Color Harmonies of #BDD818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD818

Black with #BDD818

Text Example


Text Example

White with #BDD818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD818; }

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

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

background-color css

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

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

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

border-color css

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

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

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