#B2B35D

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

Shades of Olive Green #B2B35D

Tints of Olive Green #B2B35D

Color information

#B2B35D (or 0xB2B35D) is unknown color: approx Olive Green. HEX triplet: B2, B3 and 5D. RGB value is (178,179,93). Sum of RGB (Red+Green+Blue) = 178+179+93=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B35D is #4D4CA2. Grayscale: #A9A9A9. Windows color (decimal): -5065891 or 6140850. OLE color: 6140850.

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

Color convert

RGB17817993-
CMYK0.0100.480.30
HSL60.7º36.13%53.33%-
HSV(B)60.7º48.04%70.2%-
XYZ36.4642.516.64-
YUV168.985.17134.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 179 (70.31% from 255) = 39.78%
BLUE value IS 93 (36.72% from 255) = 20.67%
R=39.56%
G=39.78%
B=20.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178179930.0100.480.3060.736.1353.33
HexB2B35D10301E3d2435
Octal262263135106036754465
Binary101100101011001110111011011000011110111101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B35D; }

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

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

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

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

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

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

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

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