#B6BA57

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

Shades of Olive Green #B6BA57

Tints of Olive Green #B6BA57

Color information

#B6BA57 (or 0xB6BA57) is unknown color: approx Olive Green. HEX triplet: B6, BA and 57. RGB value is (182,186,87). Sum of RGB (Red+Green+Blue) = 182+186+87=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BA57 is #4945A8. Grayscale: #ADADAD. Windows color (decimal): -4801961 or 5749430. OLE color: 5749430.

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

Color convert

RGB18218687-
CMYK0.0200.530.27
HSL62.42º41.77%53.53%-
HSV(B)62.42º53.23%72.94%-
XYZ38.5745.7515.81-
YUV173.5279.17134.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 186 (73.05% from 255) = 40.88%
BLUE value IS 87 (34.38% from 255) = 19.12%
R=40%
G=40.88%
B=19.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182186870.0200.530.2762.4241.7753.53
HexB6BA5720351B3e2a36
Octal266272127206533765266
Binary1011011010111010101011110011010111011111110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BA57; }

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

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

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

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

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

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

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

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