Html Css Color HEX #BDD211 Rio Grande

📋 copy color: '#BDD211'

red 189 ◦ green 210 ◦ blue 17

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

Shades of Rio Grande #BDD211

Tints of Rio Grande #BDD211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.09%

R = 45.43%
G = 50.48%
B = 4.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#BDD211 (or 0xBDD211) is known color: Rio Grande. HEX triplet: BD, D2 and 11. RGB value is (189,210,17). Sum of RGB (Red+Green+Blue) = 189+210+17=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD211 is #422DEE. Grayscale: #B6B6B6. Windows color (decimal): -4337135 or 1168061. OLE color: 1168061.

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

Color convert

RGB 189 210 17 -
CMYK 0.10 0 0.92 0.18
HSL 66.53º 0.85% 0.45% -
HSV(B) 66.53º 0.92% 0.82% -
XYZ 44.13 56.95 9.2 -
YUV 181.72 35.04 133.19 -
System Red Green Blue C M Y K H S L
Decimal 189 210 17 0.10 0 0.92 0.18 66.53 0.85 0.45
Hex BD D2 11 A 0 5C 12 43 55 2D
Octal 275 322 21 12 0 134 22 103 125 55
Binary 10111101 11010010 10001 1010 0 1011100 10010 1000011 1010101 101101

Color Harmonies of #BDD211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD211

Black with #BDD211

Text Example


Text Example

White with #BDD211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD211; }

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

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

background-color css

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

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

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

border-color css

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

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

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