#B2BD60

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

Shades of Olive Green #B2BD60

Tints of Olive Green #B2BD60

Color information

#B2BD60 (or 0xB2BD60) is unknown color: approx Olive Green. HEX triplet: B2, BD and 60. RGB value is (178,189,96). Sum of RGB (Red+Green+Blue) = 178+189+96=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD60 is #4D429F. Grayscale: #AFAFAF. Windows color (decimal): -5063328 or 6340018. OLE color: 6340018.

HSL color Cylindrical-coordinate representation of color #B2BD60: hue angle of 67.1º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2BD60 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB17818996-
CMYK0.0600.490.26
HSL67.1º41.33%55.88%-
HSV(B)67.1º49.21%74.12%-
XYZ38.6746.718.04-
YUV175.1183.36130.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 189 (74.22% from 255) = 40.82%
BLUE value IS 96 (37.89% from 255) = 20.73%
R=38.44%
G=40.82%
B=20.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178189960.0600.490.2667.141.3355.88
HexB2BD6060311A432938
Octal2622751406061321035170
Binary101100101011110111000001100110001110101000011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BD60; }

 p { color: rgb(178,189,96); }

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

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

 a { background-color: rgb(178,189,96); }

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

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

 span { border-color: rgb(178,189,96); }

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