#B6C02B

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

Shades of Rio Grande #B6C02B

Tints of Rio Grande #B6C02B

Color information

#B6C02B (or 0xB6C02B) is unknown color: approx Rio Grande. HEX triplet: B6, C0 and 2B. RGB value is (182,192,43). Sum of RGB (Red+Green+Blue) = 182+192+43=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C02B is #493FD4. Grayscale: #ACACAC. Windows color (decimal): -4800469 or 2867382. OLE color: 2867382.

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

Color convert

RGB18219243-
CMYK0.0500.780.25
HSL64.03º63.4%46.08%-
HSV(B)64.03º77.6%75.29%-
XYZ38.5847.829.48-
YUV172.0255.19135.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 192 (75.39% from 255) = 46.04%
BLUE value IS 43 (17.19% from 255) = 10.31%
R=43.65%
G=46.04%
B=10.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182192430.0500.780.2564.0363.446.08
HexB6C02B504E19403f2e
Octal2663005350116311007756
Binary101101101100000010101110101001110110011000000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C02B; }

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

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

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

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

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

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

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

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