#BAB458

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

Shades of Olive Green #BAB458

Tints of Olive Green #BAB458

Color information

#BAB458 (or 0xBAB458) is unknown color: approx Olive Green. HEX triplet: BA, B4 and 58. RGB value is (186,180,88). Sum of RGB (Red+Green+Blue) = 186+180+88=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 88 (34.77% from 255 or 19.38% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB458 is #454BA7. Grayscale: #ABABAB. Windows color (decimal): -4541352 or 5813434. OLE color: 5813434.

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

Color convert

RGB18618088-
CMYK00.030.530.27
HSL56.33º41.53%53.73%-
HSV(B)56.33º52.69%72.94%-
XYZ38.3343.7915.66-
YUV171.3180.99138.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 180 (70.70% from 255) = 39.65%
BLUE value IS 88 (34.77% from 255) = 19.38%
R=40.97%
G=39.65%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861808800.030.530.2756.3341.5353.73
HexBAB45803351B382a36
Octal272264130036533705266
Binary1011101010110100101100001111010111011111000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB458; }

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

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

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

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

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

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

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

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