#B4B965

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

Shades of Olive Green #B4B965

Tints of Olive Green #B4B965

Color information

#B4B965 (or 0xB4B965) is unknown color: approx Olive Green. HEX triplet: B4, B9 and 65. RGB value is (180,185,101). Sum of RGB (Red+Green+Blue) = 180+185+101=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B965 is #4B469A. Grayscale: #AEAEAE. Windows color (decimal): -4933275 or 6666676. OLE color: 6666676.

HSL color Cylindrical-coordinate representation of color #B4B965: hue angle of 63.57º degrees, saturation: 0.38, 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 #B4B965 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB180185101-
CMYK0.0300.450.27
HSL63.57º37.5%56.08%-
HSV(B)63.57º45.41%72.55%-
XYZ38.5245.3419.03-
YUV173.9386.84132.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 185 (72.66% from 255) = 39.70%
BLUE value IS 101 (39.84% from 255) = 21.67%
R=38.63%
G=39.70%
B=21.67%

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
Decimal1801851010.0300.450.2763.5737.556.08
HexB4B965302D1B402638
Octal2642711453055331004670
Binary10110100101110011100101110101101110111000000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B965; }

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

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

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

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

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

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

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

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