#B4B95A

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

Shades of Olive Green #B4B95A

Tints of Olive Green #B4B95A

Color information

#B4B95A (or 0xB4B95A) is unknown color: approx Olive Green. HEX triplet: B4, B9 and 5A. RGB value is (180,185,90). Sum of RGB (Red+Green+Blue) = 180+185+90=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B95A is #4B46A5. Grayscale: #ADADAD. Windows color (decimal): -4933286 or 5945780. OLE color: 5945780.

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

Color convert

RGB18018590-
CMYK0.0300.510.27
HSL63.16º40.43%53.92%-
HSV(B)63.16º51.35%72.55%-
XYZ38.0245.1416.38-
YUV172.6881.34133.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 185 (72.66% from 255) = 40.66%
BLUE value IS 90 (35.55% from 255) = 19.78%
R=39.56%
G=40.66%
B=19.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180185900.0300.510.2763.1640.4353.92
HexB4B95A30331B3f2836
Octal264271132306333775066
Binary1011010010111001101101011011001111011111111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B95A; }

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

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

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

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

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

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

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

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