#B4B966

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

Shades of Olive Green #B4B966

Tints of Olive Green #B4B966

Color information

#B4B966 (or 0xB4B966) is unknown color: approx Olive Green. HEX triplet: B4, B9 and 66. RGB value is (180,185,102). Sum of RGB (Red+Green+Blue) = 180+185+102=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B966 is #4B4699. Grayscale: #AEAEAE. Windows color (decimal): -4933274 or 6732212. OLE color: 6732212.

HSL color Cylindrical-coordinate representation of color #B4B966: hue angle of 63.61º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4B966 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB180185102-
CMYK0.0300.450.27
HSL63.61º37.22%56.27%-
HSV(B)63.61º44.86%72.55%-
XYZ38.5745.3619.29-
YUV174.0487.34132.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 185 (72.66% from 255) = 39.61%
BLUE value IS 102 (40.23% from 255) = 21.84%
R=38.54%
G=39.61%
B=21.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801851020.0300.450.2763.6137.2256.27
HexB4B966302D1B402538
Octal2642711463055331004570
Binary10110100101110011100110110101101110111000000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B966; }

 p { color: rgb(180,185,102); }

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

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

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

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

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

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

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