Html Css Color HEX #ADBA60 Olive Green

📋 copy color: '#ADBA60'

red 173 ◦ green 186 ◦ blue 96

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

Shades of Olive Green #ADBA60

Tints of Olive Green #ADBA60

RGB

 RED value IS 173 (67.97% from 255) = 38.02%

 GREEN value IS 186 (73.05% from 255) = 40.88%

 BLUE value IS 96 (37.89% from 255) = 21.1%

R = 38.02%
G = 40.88%
B = 21.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#ADBA60 (or 0xADBA60) is known color: Olive Green. HEX triplet: AD, BA and 60. RGB value is (173,186,96). Sum of RGB (Red+Green+Blue) = 173+186+96=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA60 is #52459F. Grayscale: #ACACAC. Windows color (decimal): -5391776 or 6339245. OLE color: 6339245.

HSL color Cylindrical-coordinate representation of color #ADBA60: hue angle of 68.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADBA60 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 96 -
CMYK 0.07 0 0.48 0.27
HSL 68.67º 0.39% 0.55% -
HSV(B) 68.67º 0.48% 0.73% -
XYZ 36.9 44.85 17.78 -
YUV 171.85 85.19 128.82 -
System Red Green Blue C M Y K H S L
Decimal 173 186 96 0.07 0 0.48 0.27 68.67 0.39 0.55
Hex AD BA 60 7 0 30 1B 45 27 37
Octal 255 272 140 7 0 60 33 105 47 67
Binary 10101101 10111010 1100000 111 0 110000 11011 1000101 100111 110111

Color Harmonies of #ADBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA60

Black with #ADBA60

Text Example


Text Example

White with #ADBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA60; }

 p { color: rgb(173,186,96); }

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

background-color css

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

 a { background-color: rgb(173,186,96); }

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

border-color css

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

 span { border-color: rgb(173,186,96); }

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