Html Css Color HEX #BAB54D Olive Green

📋 copy color: '#BAB54D'

red 186 ◦ green 181 ◦ blue 77

#BAB54D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #BAB54D

Tints of Olive Green #BAB54D

RGB

 RED value IS 186 (73.05% from 255) = 41.89%

 GREEN value IS 181 (71.09% from 255) = 40.77%

 BLUE value IS 77 (30.47% from 255) = 17.34%

R = 41.89%
G = 40.77%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BAB54D (or 0xBAB54D) is known color: Olive Green. HEX triplet: BA, B5 and 4D. RGB value is (186,181,77). Sum of RGB (Red+Green+Blue) = 186+181+77=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB54D is #454AB2. Grayscale: #ABABAB. Windows color (decimal): -4541107 or 5092794. OLE color: 5092794.

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

Color convert

RGB 186 181 77 -
CMYK 0 0.03 0.59 0.27
HSL 57.25º 0.44% 0.52% -
HSV(B) 57.25º 0.59% 0.73% -
XYZ 38.11 44.02 13.51 -
YUV 170.64 75.16 138.96 -
System Red Green Blue C M Y K H S L
Decimal 186 181 77 0 0.03 0.59 0.27 57.25 0.44 0.52
Hex BA B5 4D 0 3 3B 1B 39 2C 34
Octal 272 265 115 0 3 73 33 71 54 64
Binary 10111010 10110101 1001101 0 11 111011 11011 111001 101100 110100

Color Harmonies of #BAB54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB54D

Black with #BAB54D

Text Example


Text Example

White with #BAB54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB54D; }

 p { color: rgb(186,181,77); }

 H1.HeaderClassName
 {
   color: #BAB54D;
 }
 .AnyTagClassName
 {
   color: #BAB54D;
 }
</style>

background-color css

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

 a { background-color: rgb(186,181,77); }

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

border-color css

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

 span { border-color: rgb(186,181,77); }

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