#b0c81f

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

Shades of Rio Grande #B0C81F

Tints of Rio Grande #B0C81F

Color information

#B0C81F (or 0xB0C81F) is unknown color: approx Rio Grande. HEX triplet: B0, C8 and 1F. RGB value is (176,200,31). Sum of RGB (Red+Green+Blue) = 176+200+31=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 31 (12.5% from 255 or 7.62% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C81F is #4F37E0. Grayscale: #AEAEAE. Windows color (decimal): -5191649 or 2082992. OLE color: 2082992.

HSL color Cylindrical-coordinate representation of color #B0C81F: hue angle of 68.52º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0C81F is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB17620031-
CMYK0.1200.840.22
HSL68.52º73.16%45.29%-
HSV(B)68.52º84.5%78.43%-
XYZ38.8150.649.03-
YUV173.5647.55129.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 200 (78.52% from 255) = 49.14%
BLUE value IS 31 (12.5% from 255) = 7.62%
R=43.24%
G=49.14%
B=7.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176200310.1200.840.2268.5273.1645.29
HexB0C81FC0541645492d
Octal260310371401242610511155
Binary1011000011001000111111100010101001011010001011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0c81f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0c81f; }

 p { color: rgb(176,200,31); }

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

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

 a { background-color: rgb(176,200,31); }

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

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

 span { border-color: rgb(176,200,31); }

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