#B4B467

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

Shades of Olive Green #B4B467

Tints of Olive Green #B4B467

Color information

#B4B467 (or 0xB4B467) is unknown color: approx Olive Green. HEX triplet: B4, B4 and 67. RGB value is (180,180,103). Sum of RGB (Red+Green+Blue) = 180+180+103=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B467 is #4B4B98. Grayscale: #ABABAB. Windows color (decimal): -4934553 or 6796468. OLE color: 6796468.

HSL color Cylindrical-coordinate representation of color #B4B467: hue angle of 60º 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 #B4B467 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB180180103-
CMYK000.430.29
HSL60º33.92%55.49%-
HSV(B)60º42.78%70.59%-
XYZ37.5943.3319.21-
YUV171.2289.5134.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 103 (40.62% from 255) = 22.25%
R=38.88%
G=38.88%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180103000.430.296033.9255.49
HexB4B467002B1D3c2237
Octal264264147005335744267
Binary101101001011010011001110010101111101111100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B467; }

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

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

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

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

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

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

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

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