Html Css Color HEX #BAB051 Olive Green

📋 copy color: '#BAB051'

red 186 ◦ green 176 ◦ blue 81

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

Shades of Olive Green #BAB051

Tints of Olive Green #BAB051

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.73%

 BLUE value IS 81 (32.03% from 255) = 18.28%

R = 41.99%
G = 39.73%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BAB051 (or 0xBAB051) is known color: Olive Green. HEX triplet: BA, B0 and 51. RGB value is (186,176,81). Sum of RGB (Red+Green+Blue) = 186+176+81=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB051 is #454FAE. Grayscale: #A8A8A8. Windows color (decimal): -4542383 or 5353658. OLE color: 5353658.

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

Color convert

RGB 186 176 81 -
CMYK 0 0.05 0.56 0.27
HSL 54.29º 0.43% 0.52% -
HSV(B) 54.29º 0.56% 0.73% -
XYZ 37.26 42.08 13.94 -
YUV 168.16 78.81 140.72 -
System Red Green Blue C M Y K H S L
Decimal 186 176 81 0 0.05 0.56 0.27 54.29 0.43 0.52
Hex BA B0 51 0 5 38 1B 36 2B 34
Octal 272 260 121 0 5 70 33 66 53 64
Binary 10111010 10110000 1010001 0 101 111000 11011 110110 101011 110100

Color Harmonies of #BAB051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB051

Black with #BAB051

Text Example


Text Example

White with #BAB051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB051; }

 p { color: rgb(186,176,81); }

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

background-color css

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

 a { background-color: rgb(186,176,81); }

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

border-color css

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

 span { border-color: rgb(186,176,81); }

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