#B6BE29

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

Shades of Rio Grande #B6BE29

Tints of Rio Grande #B6BE29

Color information

#B6BE29 (or 0xB6BE29) is unknown color: approx Rio Grande. HEX triplet: B6, BE and 29. RGB value is (182,190,41). Sum of RGB (Red+Green+Blue) = 182+190+41=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BE29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BE29 is #4941D6. Grayscale: #ABABAB. Windows color (decimal): -4800983 or 2735798. OLE color: 2735798.

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

Color convert

RGB18219041-
CMYK0.0400.780.25
HSL63.22º64.5%45.29%-
HSV(B)63.22º78.42%74.51%-
XYZ38.1146.939.15-
YUV170.6254.85136.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 190 (74.61% from 255) = 46.00%
BLUE value IS 41 (16.41% from 255) = 9.93%
R=44.07%
G=46.00%
B=9.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182190410.0400.780.2563.2264.545.29
HexB6BE29404E193f412d
Octal2662765140116317710155
Binary101101101011111010100110001001110110011111111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BE29; }

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

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

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

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

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

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

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

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