#B6BE2C

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

Shades of Rio Grande #B6BE2C

Tints of Rio Grande #B6BE2C

Color information

#B6BE2C (or 0xB6BE2C) is unknown color: approx Rio Grande. HEX triplet: B6, BE and 2C. RGB value is (182,190,44). Sum of RGB (Red+Green+Blue) = 182+190+44=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 44 (17.58% from 255 or 10.58% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BE2C is #4941D3. Grayscale: #ABABAB. Windows color (decimal): -4800980 or 2932406. OLE color: 2932406.

HSL color Cylindrical-coordinate representation of color #B6BE2C: hue angle of 63.29º degrees, saturation: 0.62, 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 #B6BE2C is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB18219044-
CMYK0.0400.770.25
HSL63.29º62.39%45.88%-
HSV(B)63.29º76.84%74.51%-
XYZ38.1646.959.43-
YUV170.9656.35135.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 190 (74.61% from 255) = 45.67%
BLUE value IS 44 (17.58% from 255) = 10.58%
R=43.75%
G=45.67%
B=10.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182190440.0400.770.2563.2962.3945.88
HexB6BE2C404D193f3e2e
Octal266276544011531777656
Binary10110110101111101011001000100110111001111111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BE2C; }

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

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

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

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

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

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

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

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