Html Css Color HEX #ADB66E Dark Khaki

📋 copy color: '#ADB66E'

red 173 ◦ green 182 ◦ blue 110

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

Shades of Dark Khaki #ADB66E

Tints of Dark Khaki #ADB66E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.14%

 BLUE value IS 110 (43.36% from 255) = 23.66%

R = 37.2%
G = 39.14%
B = 23.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#ADB66E (or 0xADB66E) is known color: Dark Khaki. HEX triplet: AD, B6 and 6E. RGB value is (173,182,110). Sum of RGB (Red+Green+Blue) = 173+182+110=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB66E is #524991. Grayscale: #ABABAB. Windows color (decimal): -5392786 or 7255725. OLE color: 7255725.

HSL color Cylindrical-coordinate representation of color #ADB66E: hue angle of 67.5º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADB66E is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 110 -
CMYK 0.05 0 0.40 0.29
HSL 67.5º 0.33% 0.57% -
HSV(B) 67.5º 0.4% 0.71% -
XYZ 36.78 43.47 21.2 -
YUV 171.1 93.52 129.35 -
System Red Green Blue C M Y K H S L
Decimal 173 182 110 0.05 0 0.40 0.29 67.5 0.33 0.57
Hex AD B6 6E 5 0 28 1D 44 21 39
Octal 255 266 156 5 0 50 35 104 41 71
Binary 10101101 10110110 1101110 101 0 101000 11101 1000100 100001 111001

Color Harmonies of #ADB66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB66E

Black with #ADB66E

Text Example


Text Example

White with #ADB66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB66E; }

 p { color: rgb(173,182,110); }

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

background-color css

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

 a { background-color: rgb(173,182,110); }

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

border-color css

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

 span { border-color: rgb(173,182,110); }

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