#B6C229

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

Shades of Rio Grande #B6C229

Tints of Rio Grande #B6C229

Color information

#B6C229 (or 0xB6C229) is unknown color: approx Rio Grande. HEX triplet: B6, C2 and 29. RGB value is (182,194,41). Sum of RGB (Red+Green+Blue) = 182+194+41=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C229 is #493DD6. Grayscale: #ADADAD. Windows color (decimal): -4799959 or 2736822. OLE color: 2736822.

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

Color convert

RGB18219441-
CMYK0.0600.790.24
HSL64.71º65.11%46.08%-
HSV(B)64.71º78.87%76.08%-
XYZ38.9848.699.44-
YUV172.9753.52134.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 194 (76.17% from 255) = 46.52%
BLUE value IS 41 (16.41% from 255) = 9.83%
R=43.65%
G=46.52%
B=9.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182194410.0600.790.2464.7165.1146.08
HexB6C229604F1841412e
Octal26630251601173010110156
Binary1011011011000010101001110010011111100010000011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C229; }

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

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

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

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

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

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

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

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