Html Css Color HEX #ADBA65 Olive Green

📋 copy color: '#ADBA65'

red 173 ◦ green 186 ◦ blue 101

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

Shades of Olive Green #ADBA65

Tints of Olive Green #ADBA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.96%

R = 37.61%
G = 40.43%
B = 21.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#ADBA65 (or 0xADBA65) is known color: Olive Green. HEX triplet: AD, BA and 65. RGB value is (173,186,101). Sum of RGB (Red+Green+Blue) = 173+186+101=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA65 is #52459A. Grayscale: #ACACAC. Windows color (decimal): -5391771 or 6666925. OLE color: 6666925.

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

Color convert

RGB 173 186 101 -
CMYK 0.07 0 0.46 0.27
HSL 69.18º 0.38% 0.56% -
HSV(B) 69.18º 0.46% 0.73% -
XYZ 37.14 44.94 19.03 -
YUV 172.42 87.69 128.41 -
System Red Green Blue C M Y K H S L
Decimal 173 186 101 0.07 0 0.46 0.27 69.18 0.38 0.56
Hex AD BA 65 7 0 2E 1B 45 26 38
Octal 255 272 145 7 0 56 33 105 46 70
Binary 10101101 10111010 1100101 111 0 101110 11011 1000101 100110 111000

Color Harmonies of #ADBA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA65

Black with #ADBA65

Text Example


Text Example

White with #ADBA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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