#B0C411

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

Shades of Rio Grande #B0C411

Tints of Rio Grande #B0C411

Color information

#B0C411 (or 0xB0C411) is unknown color: approx Rio Grande. HEX triplet: B0, C4 and 11. RGB value is (176,196,17). Sum of RGB (Red+Green+Blue) = 176+196+17=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C411 is #4F3BEE. Grayscale: #AAAAAA. Windows color (decimal): -5192687 or 1164464. OLE color: 1164464.

HSL color Cylindrical-coordinate representation of color #B0C411: hue angle of 66.7º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0C411 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB17619617-
CMYK0.1000.910.23
HSL66.7º84.04%41.76%-
HSV(B)66.7º91.33%76.86%-
XYZ37.7548.757.95-
YUV169.6141.87132.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 196 (76.95% from 255) = 50.39%
BLUE value IS 17 (7.03% from 255) = 4.37%
R=45.24%
G=50.39%
B=4.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal176196170.1000.910.2366.784.0441.76
HexB0C411A05B1743542a
Octal260304211201332710312452
Binary1011000011000100100011010010110111011110000111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C411; }

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

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

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

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

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

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

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

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