#B6B81C

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

Shades of Rio Grande #B6B81C

Tints of Rio Grande #B6B81C

Color information

#B6B81C (or 0xB6B81C) is unknown color: approx Rio Grande. HEX triplet: B6, B8 and 1C. RGB value is (182,184,28). Sum of RGB (Red+Green+Blue) = 182+184+28=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 184 - color contains mainly: green. Hex color #B6B81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B81C is #4947E3. Grayscale: #A6A6A6. Windows color (decimal): -4802532 or 1882294. OLE color: 1882294.

HSL color Cylindrical-coordinate representation of color #B6B81C: hue angle of 60.77º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6B81C is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB18218428-
CMYK0.0100.850.28
HSL60.77º73.58%41.57%-
HSV(B)60.77º84.78%72.16%-
XYZ36.6444.317.72-
YUV165.6250.34139.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.19%
GREEN value IS 184 (72.27% from 255) = 46.70%
BLUE value IS 28 (11.33% from 255) = 7.11%
R=46.19%
G=46.70%
B=7.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal182184280.0100.850.2860.7773.5841.57
HexB6B81C10551C3d4a2a
Octal2662703410125347511252
Binary101101101011100011100101010101111001111011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B81C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B81C; }

 p { color: rgb(182,184,28); }

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

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

 a { background-color: rgb(182,184,28); }

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

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

 span { border-color: rgb(182,184,28); }

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