Html Css Color HEX #BAB852 Olive Green

📋 copy color: '#BAB852'

red 186 ◦ green 184 ◦ blue 82

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

Shades of Olive Green #BAB852

Tints of Olive Green #BAB852

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.71%

 BLUE value IS 82 (32.42% from 255) = 18.14%

R = 41.15%
G = 40.71%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BAB852 (or 0xBAB852) is known color: Olive Green. HEX triplet: BA, B8 and 52. RGB value is (186,184,82). Sum of RGB (Red+Green+Blue) = 186+184+82=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB852 is #4547AD. Grayscale: #ADADAD. Windows color (decimal): -4540334 or 5421242. OLE color: 5421242.

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

Color convert

RGB 186 184 82 -
CMYK 0 0.01 0.56 0.27
HSL 58.85º 0.43% 0.53% -
HSV(B) 58.85º 0.56% 0.73% -
XYZ 38.91 45.33 14.68 -
YUV 172.97 76.66 137.29 -
System Red Green Blue C M Y K H S L
Decimal 186 184 82 0 0.01 0.56 0.27 58.85 0.43 0.53
Hex BA B8 52 0 1 38 1B 3B 2B 35
Octal 272 270 122 0 1 70 33 73 53 65
Binary 10111010 10111000 1010010 0 1 111000 11011 111011 101011 110101

Color Harmonies of #BAB852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB852

Black with #BAB852

Text Example


Text Example

White with #BAB852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB852; }

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

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

background-color css

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

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

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

border-color css

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

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

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