#B6C22B

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

Shades of Rio Grande #B6C22B

Tints of Rio Grande #B6C22B

Color information

#B6C22B (or 0xB6C22B) is unknown color: approx Rio Grande. HEX triplet: B6, C2 and 2B. RGB value is (182,194,43). Sum of RGB (Red+Green+Blue) = 182+194+43=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C22B is #493DD4. Grayscale: #ADADAD. Windows color (decimal): -4799957 or 2867894. OLE color: 2867894.

HSL color Cylindrical-coordinate representation of color #B6C22B: hue angle of 64.77º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B6C22B is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB18219443-
CMYK0.0600.780.24
HSL64.77º63.71%46.47%-
HSV(B)64.77º77.84%76.08%-
XYZ39.0248.79.63-
YUV173.254.52134.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 194 (76.17% from 255) = 46.30%
BLUE value IS 43 (17.19% from 255) = 10.26%
R=43.44%
G=46.30%
B=10.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182194430.0600.780.2464.7763.7146.47
HexB6C22B604E1841402e
Octal26630253601163010110056
Binary1011011011000010101011110010011101100010000011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C22B; }

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

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

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

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

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

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

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

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