Html Css Color HEX #BDD220 Rio Grande

📋 copy color: '#BDD220'

red 189 ◦ green 210 ◦ blue 32

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

Shades of Rio Grande #BDD220

Tints of Rio Grande #BDD220

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.72%

 BLUE value IS 32 (12.89% from 255) = 7.42%

R = 43.85%
G = 48.72%
B = 7.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#BDD220 (or 0xBDD220) is known color: Rio Grande. HEX triplet: BD, D2 and 20. RGB value is (189,210,32). Sum of RGB (Red+Green+Blue) = 189+210+32=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD220 is #422DDF. Grayscale: #B8B8B8. Windows color (decimal): -4337120 or 2151101. OLE color: 2151101.

HSL color Cylindrical-coordinate representation of color #BDD220: hue angle of 67.08º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDD220 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 32 -
CMYK 0.10 0 0.85 0.18
HSL 67.08º 0.74% 0.47% -
HSV(B) 67.08º 0.85% 0.82% -
XYZ 44.29 57.02 10.04 -
YUV 183.43 42.54 131.97 -
System Red Green Blue C M Y K H S L
Decimal 189 210 32 0.10 0 0.85 0.18 67.08 0.74 0.47
Hex BD D2 20 A 0 55 12 43 4A 2F
Octal 275 322 40 12 0 125 22 103 112 57
Binary 10111101 11010010 100000 1010 0 1010101 10010 1000011 1001010 101111

Color Harmonies of #BDD220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD220

Black with #BDD220

Text Example


Text Example

White with #BDD220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD220; }

 p { color: rgb(189,210,32); }

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

background-color css

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

 a { background-color: rgb(189,210,32); }

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

border-color css

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

 span { border-color: rgb(189,210,32); }

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