Html Css Color HEX #ADB976 Caper

📋 copy color: '#ADB976'

red 173 ◦ green 185 ◦ blue 118

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

Shades of Caper #ADB976

Tints of Caper #ADB976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.79%

R = 36.34%
G = 38.87%
B = 24.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#ADB976 (or 0xADB976) is known color: Caper. HEX triplet: AD, B9 and 76. RGB value is (173,185,118). Sum of RGB (Red+Green+Blue) = 173+185+118=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB976 is #524689. Grayscale: #AEAEAE. Windows color (decimal): -5392010 or 7780781. OLE color: 7780781.

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

Color convert

RGB 173 185 118 -
CMYK 0.06 0 0.36 0.27
HSL 70.75º 0.32% 0.59% -
HSV(B) 70.75º 0.36% 0.73% -
XYZ 37.85 44.89 23.81 -
YUV 173.77 96.52 127.45 -
System Red Green Blue C M Y K H S L
Decimal 173 185 118 0.06 0 0.36 0.27 70.75 0.32 0.59
Hex AD B9 76 6 0 24 1B 47 20 3B
Octal 255 271 166 6 0 44 33 107 40 73
Binary 10101101 10111001 1110110 110 0 100100 11011 1000111 100000 111011

Color Harmonies of #ADB976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB976

Black with #ADB976

Text Example


Text Example

White with #ADB976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB976; }

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

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

background-color css

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

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

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

border-color css

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

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

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