Html Css Color HEX #ADB26E Dark Khaki

📋 copy color: '#ADB26E'

red 173 ◦ green 178 ◦ blue 110

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

Shades of Dark Khaki #ADB26E

Tints of Dark Khaki #ADB26E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.61%

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

R = 37.53%
G = 38.61%
B = 23.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#ADB26E (or 0xADB26E) is known color: Dark Khaki. HEX triplet: AD, B2 and 6E. RGB value is (173,178,110). Sum of RGB (Red+Green+Blue) = 173+178+110=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB26E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB26E is #524D91. Grayscale: #A9A9A9. Windows color (decimal): -5393810 or 7254701. OLE color: 7254701.

HSL color Cylindrical-coordinate representation of color #ADB26E: hue angle of 64.41º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADB26E is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 110 -
CMYK 0.03 0 0.38 0.30
HSL 64.41º 0.31% 0.56% -
HSV(B) 64.41º 0.38% 0.7% -
XYZ 35.97 41.85 20.93 -
YUV 168.75 94.84 131.03 -
System Red Green Blue C M Y K H S L
Decimal 173 178 110 0.03 0 0.38 0.30 64.41 0.31 0.56
Hex AD B2 6E 3 0 26 1E 40 1F 38
Octal 255 262 156 3 0 46 36 100 37 70
Binary 10101101 10110010 1101110 11 0 100110 11110 1000000 11111 111000

Color Harmonies of #ADB26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB26E

Black with #ADB26E

Text Example


Text Example

White with #ADB26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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