#B2B45F

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

Shades of Olive Green #B2B45F

Tints of Olive Green #B2B45F

Color information

#B2B45F (or 0xB2B45F) is unknown color: approx Olive Green. HEX triplet: B2, B4 and 5F. RGB value is (178,180,95). Sum of RGB (Red+Green+Blue) = 178+180+95=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B45F is #4D4BA0. Grayscale: #AAAAAA. Windows color (decimal): -5065633 or 6272178. OLE color: 6272178.

HSL color Cylindrical-coordinate representation of color #B2B45F: hue angle of 61.41º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2B45F is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB17818095-
CMYK0.0100.470.29
HSL61.41º36.17%53.92%-
HSV(B)61.41º47.22%70.59%-
XYZ36.7542.9317.18-
YUV169.7185.84133.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.29%
GREEN value IS 180 (70.70% from 255) = 39.74%
BLUE value IS 95 (37.5% from 255) = 20.97%
R=39.29%
G=39.74%
B=20.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178180950.0100.470.2961.4136.1753.92
HexB2B45F102F1D3d2436
Octal262264137105735754466
Binary101100101011010010111111010111111101111101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B45F; }

 p { color: rgb(178,180,95); }

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

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

 a { background-color: rgb(178,180,95); }

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

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

 span { border-color: rgb(178,180,95); }

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