Html Css Color HEX #ADBA66 Olive Green

📋 copy color: '#ADBA66'

red 173 ◦ green 186 ◦ blue 102

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

Shades of Olive Green #ADBA66

Tints of Olive Green #ADBA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.13%

R = 37.53%
G = 40.35%
B = 22.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#ADBA66 (or 0xADBA66) is known color: Olive Green. HEX triplet: AD, BA and 66. RGB value is (173,186,102). Sum of RGB (Red+Green+Blue) = 173+186+102=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA66 is #524599. Grayscale: #ACACAC. Windows color (decimal): -5391770 or 6732461. OLE color: 6732461.

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

Color convert

RGB 173 186 102 -
CMYK 0.07 0 0.45 0.27
HSL 69.29º 0.38% 0.56% -
HSV(B) 69.29º 0.45% 0.73% -
XYZ 37.19 44.96 19.29 -
YUV 172.54 88.19 128.33 -
System Red Green Blue C M Y K H S L
Decimal 173 186 102 0.07 0 0.45 0.27 69.29 0.38 0.56
Hex AD BA 66 7 0 2D 1B 45 26 38
Octal 255 272 146 7 0 55 33 105 46 70
Binary 10101101 10111010 1100110 111 0 101101 11011 1000101 100110 111000

Color Harmonies of #ADBA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA66

Black with #ADBA66

Text Example


Text Example

White with #ADBA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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