#B3B268

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

Shades of Olive Green #B3B268

Tints of Olive Green #B3B268

Color information

#B3B268 (or 0xB3B268) is unknown color: approx Olive Green. HEX triplet: B3, B2 and 68. RGB value is (179,178,104). Sum of RGB (Red+Green+Blue) = 179+178+104=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B268 is #4C4D97. Grayscale: #AAAAAA. Windows color (decimal): -5000600 or 6861491. OLE color: 6861491.

HSL color Cylindrical-coordinate representation of color #B3B268: hue angle of 59.2º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3B268 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB179178104-
CMYK00.010.420.30
HSL59.2º33.04%55.49%-
HSV(B)59.2º41.9%70.2%-
XYZ37.0142.4219.33-
YUV169.8690.83134.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 178 (69.92% from 255) = 38.61%
BLUE value IS 104 (41.02% from 255) = 22.56%
R=38.83%
G=38.61%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917810400.010.420.3059.233.0455.49
HexB3B268012A1E3b2137
Octal263262150015236734167
Binary101100111011001011010000110101011110111011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B268; }

 p { color: rgb(179,178,104); }

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

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

 a { background-color: rgb(179,178,104); }

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

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

 span { border-color: rgb(179,178,104); }

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