#b6c02c

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

Shades of Rio Grande #B6C02C

Tints of Rio Grande #B6C02C

Color information

#B6C02C (or 0xB6C02C) is unknown color: approx Rio Grande. HEX triplet: B6, C0 and 2C. RGB value is (182,192,44). Sum of RGB (Red+Green+Blue) = 182+192+44=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C02C is #493FD3. Grayscale: #ACACAC. Windows color (decimal): -4800468 or 2932918. OLE color: 2932918.

HSL color Cylindrical-coordinate representation of color #B6C02C: hue angle of 64.05º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6C02C is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB18219244-
CMYK0.0500.770.25
HSL64.05º62.71%46.27%-
HSV(B)64.05º77.08%75.29%-
XYZ38.647.839.58-
YUV172.1455.69135.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.54%
GREEN value IS 192 (75.39% from 255) = 45.93%
BLUE value IS 44 (17.58% from 255) = 10.53%
R=43.54%
G=45.93%
B=10.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182192440.0500.770.2564.0562.7146.27
HexB6C02C504D19403f2e
Octal2663005450115311007756
Binary101101101100000010110010101001101110011000000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6c02c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6c02c; }

 p { color: rgb(182,192,44); }

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

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

 a { background-color: rgb(182,192,44); }

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

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

 span { border-color: rgb(182,192,44); }

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