#B4B267

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

Shades of Olive Green #B4B267

Tints of Olive Green #B4B267

Color information

#B4B267 (or 0xB4B267) is unknown color: approx Olive Green. HEX triplet: B4, B2 and 67. RGB value is (180,178,103). Sum of RGB (Red+Green+Blue) = 180+178+103=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B267 is #4B4D98. Grayscale: #AAAAAA. Windows color (decimal): -4935065 or 6795956. OLE color: 6795956.

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

Color convert

RGB180178103-
CMYK00.010.430.29
HSL58.44º33.92%55.49%-
HSV(B)58.44º42.78%70.59%-
XYZ37.1942.5219.08-
YUV170.0590.16135.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 178 (69.92% from 255) = 38.61%
BLUE value IS 103 (40.62% from 255) = 22.34%
R=39.05%
G=38.61%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017810300.010.430.2958.4433.9255.49
HexB4B267012B1D3a2237
Octal264262147015335724267
Binary101101001011001011001110110101111101111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B267; }

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

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

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

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

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

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

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

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