#B7D116

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

Shades of Rio Grande #B7D116

Tints of Rio Grande #B7D116

Color information

#B7D116 (or 0xB7D116) is unknown color: approx Rio Grande. HEX triplet: B7, D1 and 16. RGB value is (183,209,22). Sum of RGB (Red+Green+Blue) = 183+209+22=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D116 is #482EE9. Grayscale: #B4B4B4. Windows color (decimal): -4730602 or 1495479. OLE color: 1495479.

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

Color convert

RGB18320922-
CMYK0.1200.890.18
HSL68.34º80.95%45.29%-
HSV(B)68.34º89.47%81.96%-
XYZ42.4755.739.28-
YUV179.9138.89130.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.20%
GREEN value IS 209 (82.03% from 255) = 50.48%
BLUE value IS 22 (8.98% from 255) = 5.31%
R=44.20%
G=50.48%
B=5.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal183209220.1200.890.1868.3480.9545.29
HexB7D116C0591244512d
Octal267321261401312210412155
Binary1011011111010001101101100010110011001010001001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D116; }

 p { color: rgb(183,209,22); }

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

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

 a { background-color: rgb(183,209,22); }

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

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

 span { border-color: rgb(183,209,22); }

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