#B0D011

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

Shades of Rio Grande #B0D011

Tints of Rio Grande #B0D011

Color information

#B0D011 (or 0xB0D011) is unknown color: approx Rio Grande. HEX triplet: B0, D0 and 11. RGB value is (176,208,17). Sum of RGB (Red+Green+Blue) = 176+208+17=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D011 is #4F2FEE. Grayscale: #B1B1B1. Windows color (decimal): -5189615 or 1167536. OLE color: 1167536.

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

Color convert

RGB17620817-
CMYK0.1500.920.18
HSL70.05º84.89%44.12%-
HSV(B)70.05º91.83%81.57%-
XYZ40.5654.388.89-
YUV176.6637.9127.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 208 (81.64% from 255) = 51.87%
BLUE value IS 17 (7.03% from 255) = 4.24%
R=43.89%
G=51.87%
B=4.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal176208170.1500.920.1870.0584.8944.12
HexB0D011F05C1246552c
Octal260320211701342210612554
Binary1011000011010000100011111010111001001010001101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D011; }

 p { color: rgb(176,208,17); }

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

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

 a { background-color: rgb(176,208,17); }

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

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

 span { border-color: rgb(176,208,17); }

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