#B6BA5B

Color #B6BA5B Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #B6BA5B

Tints of Olive Green #B6BA5B

Color information

#B6BA5B (or 0xB6BA5B) is unknown color: approx Olive Green. HEX triplet: B6, BA and 5B. RGB value is (182,186,91). Sum of RGB (Red+Green+Blue) = 182+186+91=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BA5B is #4945A4. Grayscale: #AEAEAE. Windows color (decimal): -4801957 or 6011574. OLE color: 6011574.

HSL color Cylindrical-coordinate representation of color #B6BA5B: hue angle of 62.53º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6BA5B is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18218691-
CMYK0.0200.510.27
HSL62.53º40.77%54.31%-
HSV(B)62.53º51.08%72.94%-
XYZ38.7445.8216.7-
YUV173.9781.17133.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.65%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 91 (35.94% from 255) = 19.83%
R=39.65%
G=40.52%
B=19.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182186910.0200.510.2762.5340.7754.31
HexB6BA5B20331B3f2936
Octal266272133206333775166
Binary1011011010111010101101110011001111011111111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BA5B; }

 p { color: rgb(182,186,91); }

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

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

 a { background-color: rgb(182,186,91); }

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

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

 span { border-color: rgb(182,186,91); }

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