#B4BA61

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

Shades of Olive Green #B4BA61

Tints of Olive Green #B4BA61

Color information

#B4BA61 (or 0xB4BA61) is unknown color: approx Olive Green. HEX triplet: B4, BA and 61. RGB value is (180,186,97). Sum of RGB (Red+Green+Blue) = 180+186+97=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BA61 is #4B459E. Grayscale: #AEAEAE. Windows color (decimal): -4933023 or 6404788. OLE color: 6404788.

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

Color convert

RGB18018697-
CMYK0.0300.480.27
HSL64.04º39.21%55.49%-
HSV(B)64.04º47.85%72.94%-
XYZ38.5445.6818.1-
YUV174.0684.51132.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 186 (73.05% from 255) = 40.17%
BLUE value IS 97 (38.28% from 255) = 20.95%
R=38.88%
G=40.17%
B=20.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180186970.0300.480.2764.0439.2155.49
HexB4BA6130301B402737
Octal2642721413060331004767
Binary10110100101110101100001110110000110111000000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BA61; }

 p { color: rgb(180,186,97); }

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

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

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

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

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

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

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