Html Css Color HEX #ADB576 Caper

📋 copy color: '#ADB576'

red 173 ◦ green 181 ◦ blue 118

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

Shades of Caper #ADB576

Tints of Caper #ADB576

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.35%

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

R = 36.65%
G = 38.35%
B = 25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#ADB576 (or 0xADB576) is known color: Caper. HEX triplet: AD, B5 and 76. RGB value is (173,181,118). Sum of RGB (Red+Green+Blue) = 173+181+118=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB576 is #524A89. Grayscale: #ABABAB. Windows color (decimal): -5393034 or 7779757. OLE color: 7779757.

HSL color Cylindrical-coordinate representation of color #ADB576: hue angle of 67.62º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADB576 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 118 -
CMYK 0.04 0 0.35 0.29
HSL 67.62º 0.3% 0.59% -
HSV(B) 67.62º 0.35% 0.71% -
XYZ 37.03 43.24 23.53 -
YUV 171.43 97.85 129.12 -
System Red Green Blue C M Y K H S L
Decimal 173 181 118 0.04 0 0.35 0.29 67.62 0.3 0.59
Hex AD B5 76 4 0 23 1D 44 1E 3B
Octal 255 265 166 4 0 43 35 104 36 73
Binary 10101101 10110101 1110110 100 0 100011 11101 1000100 11110 111011

Color Harmonies of #ADB576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB576

Black with #ADB576

Text Example


Text Example

White with #ADB576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB576; }

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

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

background-color css

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

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

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

border-color css

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

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

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