Html Css Color HEX #ADBA63 Olive Green

📋 copy color: '#ADBA63'

red 173 ◦ green 186 ◦ blue 99

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

Shades of Olive Green #ADBA63

Tints of Olive Green #ADBA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.62%

R = 37.77%
G = 40.61%
B = 21.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#ADBA63 (or 0xADBA63) is known color: Olive Green. HEX triplet: AD, BA and 63. RGB value is (173,186,99). Sum of RGB (Red+Green+Blue) = 173+186+99=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA63 is #52459C. Grayscale: #ACACAC. Windows color (decimal): -5391773 or 6535853. OLE color: 6535853.

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

Color convert

RGB 173 186 99 -
CMYK 0.07 0 0.47 0.27
HSL 68.97º 0.39% 0.56% -
HSV(B) 68.97º 0.47% 0.73% -
XYZ 37.04 44.9 18.52 -
YUV 172.2 86.69 128.57 -
System Red Green Blue C M Y K H S L
Decimal 173 186 99 0.07 0 0.47 0.27 68.97 0.39 0.56
Hex AD BA 63 7 0 2F 1B 45 27 38
Octal 255 272 143 7 0 57 33 105 47 70
Binary 10101101 10111010 1100011 111 0 101111 11011 1000101 100111 111000

Color Harmonies of #ADBA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA63

Black with #ADBA63

Text Example


Text Example

White with #ADBA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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