#B3BA5C

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

Shades of Olive Green #B3BA5C

Tints of Olive Green #B3BA5C

Color information

#B3BA5C (or 0xB3BA5C) is unknown color: approx Olive Green. HEX triplet: B3, BA and 5C. RGB value is (179,186,92). Sum of RGB (Red+Green+Blue) = 179+186+92=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BA5C is #4C45A3. Grayscale: #ADADAD. Windows color (decimal): -4998564 or 6077107. OLE color: 6077107.

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

Color convert

RGB17918692-
CMYK0.0400.510.27
HSL64.47º40.52%54.51%-
HSV(B)64.47º50.54%72.94%-
XYZ38.0845.4716.9-
YUV173.1982.18132.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 186 (73.05% from 255) = 40.70%
BLUE value IS 92 (36.33% from 255) = 20.13%
R=39.17%
G=40.70%
B=20.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179186920.0400.510.2764.4740.5254.51
HexB3BA5C40331B402937
Octal2632721344063331005167
Binary101100111011101010111001000110011110111000000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BA5C; }

 p { color: rgb(179,186,92); }

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

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

 a { background-color: rgb(179,186,92); }

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

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

 span { border-color: rgb(179,186,92); }

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