Html Css Color HEX #BDD216 Rio Grande

📋 copy color: '#BDD216'

red 189 ◦ green 210 ◦ blue 22

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

Shades of Rio Grande #BDD216

Tints of Rio Grande #BDD216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.23%

R = 44.89%
G = 49.88%
B = 5.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#BDD216 (or 0xBDD216) is known color: Rio Grande. HEX triplet: BD, D2 and 16. RGB value is (189,210,22). Sum of RGB (Red+Green+Blue) = 189+210+22=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD216 is #422DE9. Grayscale: #B7B7B7. Windows color (decimal): -4337130 or 1495741. OLE color: 1495741.

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

Color convert

RGB 189 210 22 -
CMYK 0.10 0 0.90 0.18
HSL 66.7º 0.81% 0.45% -
HSV(B) 66.7º 0.9% 0.82% -
XYZ 44.18 56.97 9.43 -
YUV 182.29 37.54 132.79 -
System Red Green Blue C M Y K H S L
Decimal 189 210 22 0.10 0 0.90 0.18 66.7 0.81 0.45
Hex BD D2 16 A 0 5A 12 43 51 2D
Octal 275 322 26 12 0 132 22 103 121 55
Binary 10111101 11010010 10110 1010 0 1011010 10010 1000011 1010001 101101

Color Harmonies of #BDD216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD216

Black with #BDD216

Text Example


Text Example

White with #BDD216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD216; }

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

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

background-color css

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

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

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

border-color css

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

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

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