Html Css Color HEX #BAB750 Olive Green

📋 copy color: '#BAB750'

red 186 ◦ green 183 ◦ blue 80

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

Shades of Olive Green #BAB750

Tints of Olive Green #BAB750

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.76%

 BLUE value IS 80 (31.64% from 255) = 17.82%

R = 41.43%
G = 40.76%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BAB750 (or 0xBAB750) is known color: Olive Green. HEX triplet: BA, B7 and 50. RGB value is (186,183,80). Sum of RGB (Red+Green+Blue) = 186+183+80=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB750 is #4548AF. Grayscale: #ACACAC. Windows color (decimal): -4540592 or 5289914. OLE color: 5289914.

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

Color convert

RGB 186 183 80 -
CMYK 0 0.02 0.57 0.27
HSL 58.3º 0.43% 0.52% -
HSV(B) 58.3º 0.57% 0.73% -
XYZ 38.63 44.89 14.22 -
YUV 172.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 186 183 80 0 0.02 0.57 0.27 58.3 0.43 0.52
Hex BA B7 50 0 2 39 1B 3A 2B 34
Octal 272 267 120 0 2 71 33 72 53 64
Binary 10111010 10110111 1010000 0 10 111001 11011 111010 101011 110100

Color Harmonies of #BAB750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB750

Black with #BAB750

Text Example


Text Example

White with #BAB750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB750; }

 p { color: rgb(186,183,80); }

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

background-color css

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

 a { background-color: rgb(186,183,80); }

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

border-color css

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

 span { border-color: rgb(186,183,80); }

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