#B8BA60

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

Shades of Olive Green #B8BA60

Tints of Olive Green #B8BA60

Color information

#B8BA60 (or 0xB8BA60) is unknown color: approx Olive Green. HEX triplet: B8, BA and 60. RGB value is (184,186,96). Sum of RGB (Red+Green+Blue) = 184+186+96=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BA60 is #47459F. Grayscale: #AFAFAF. Windows color (decimal): -4670880 or 6339256. OLE color: 6339256.

HSL color Cylindrical-coordinate representation of color #B8BA60: hue angle of 61.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8BA60 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18418696-
CMYK0.0100.480.27
HSL61.33º39.47%55.29%-
HSV(B)61.33º48.39%72.94%-
XYZ39.4446.1517.9-
YUV175.1483.34134.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.48%
GREEN value IS 186 (73.05% from 255) = 39.91%
BLUE value IS 96 (37.89% from 255) = 20.60%
R=39.48%
G=39.91%
B=20.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184186960.0100.480.2761.3339.4755.29
HexB8BA6010301B3d2737
Octal270272140106033754767
Binary101110001011101011000001011000011011111101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BA60; }

 p { color: rgb(184,186,96); }

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

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

 a { background-color: rgb(184,186,96); }

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

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

 span { border-color: rgb(184,186,96); }

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