#B2B34E

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

Shades of Olive Green #B2B34E

Tints of Olive Green #B2B34E

Color information

#B2B34E (or 0xB2B34E) is unknown color: approx Olive Green. HEX triplet: B2, B3 and 4E. RGB value is (178,179,78). Sum of RGB (Red+Green+Blue) = 178+179+78=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B34E is #4D4CB1. Grayscale: #A7A7A7. Windows color (decimal): -5065906 or 5157810. OLE color: 5157810.

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

Color convert

RGB17817978-
CMYK0.0100.560.30
HSL60.59º39.92%50.39%-
HSV(B)60.59º56.42%70.2%-
XYZ35.8642.2613.47-
YUV167.1977.67135.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.92%
GREEN value IS 179 (70.31% from 255) = 41.15%
BLUE value IS 78 (30.86% from 255) = 17.93%
R=40.92%
G=41.15%
B=17.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178179780.0100.560.3060.5939.9250.39
HexB2B34E10381E3d2832
Octal262263116107036755062
Binary101100101011001110011101011100011110111101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B34E; }

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

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

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

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

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

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

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

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