#B9D616

Color #B9D616 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B9D616

Tints of Rio Grande #B9D616

Color information

#B9D616 (or 0xB9D616) is unknown color: approx Rio Grande. HEX triplet: B9, D6 and 16. RGB value is (185,214,22). Sum of RGB (Red+Green+Blue) = 185+214+22=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D616 is #4629E9. Grayscale: #B8B8B8. Windows color (decimal): -4598250 or 1496761. OLE color: 1496761.

HSL color Cylindrical-coordinate representation of color #B9D616: hue angle of 69.06º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9D616 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB18521422-
CMYK0.1400.900.16
HSL69.06º81.36%46.27%-
HSV(B)69.06º89.72%83.92%-
XYZ44.258.479.71-
YUV183.4436.89129.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 214 (83.98% from 255) = 50.83%
BLUE value IS 22 (8.98% from 255) = 5.23%
R=43.94%
G=50.83%
B=5.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal185214220.1400.900.1669.0681.3646.27
HexB9D616E05A1045512e
Octal271326261601322010512156
Binary1011100111010110101101110010110101000010001011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D616; }

 p { color: rgb(185,214,22); }

 H1.HeaderClassName
 {
   color: #B9D616;
 }
 .AnyTagClassName
 {
   color: #B9D616;
 }
</style>
background-color css

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

 a { background-color: rgb(185,214,22); }

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

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

 span { border-color: rgb(185,214,22); }

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