Html Css Color HEX #ADB96E Caper

📋 copy color: '#ADB96E'

red 173 ◦ green 185 ◦ blue 110

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

Shades of Caper #ADB96E

Tints of Caper #ADB96E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.53%

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

R = 36.97%
G = 39.53%
B = 23.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#ADB96E (or 0xADB96E) is known color: Caper. HEX triplet: AD, B9 and 6E. RGB value is (173,185,110). Sum of RGB (Red+Green+Blue) = 173+185+110=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB96E is #524691. Grayscale: #ADADAD. Windows color (decimal): -5392018 or 7256493. OLE color: 7256493.

HSL color Cylindrical-coordinate representation of color #ADB96E: hue angle of 69.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADB96E is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 110 -
CMYK 0.06 0 0.41 0.27
HSL 69.6º 0.35% 0.58% -
HSV(B) 69.6º 0.41% 0.73% -
XYZ 37.4 44.71 21.41 -
YUV 172.86 92.52 128.1 -
System Red Green Blue C M Y K H S L
Decimal 173 185 110 0.06 0 0.41 0.27 69.6 0.35 0.58
Hex AD B9 6E 6 0 29 1B 46 23 3A
Octal 255 271 156 6 0 51 33 106 43 72
Binary 10101101 10111001 1101110 110 0 101001 11011 1000110 100011 111010

Color Harmonies of #ADB96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB96E

Black with #ADB96E

Text Example


Text Example

White with #ADB96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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