Html Css Color HEX #ADBD85 Caper

📋 copy color: '#ADBD85'

red 173 ◦ green 189 ◦ blue 133

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

Shades of Caper #ADBD85

Tints of Caper #ADBD85

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.18%

 BLUE value IS 133 (52.34% from 255) = 26.87%

R = 34.95%
G = 38.18%
B = 26.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#ADBD85 (or 0xADBD85) is known color: Caper. HEX triplet: AD, BD and 85. RGB value is (173,189,133). Sum of RGB (Red+Green+Blue) = 173+189+133=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBD85 is #52427A. Grayscale: #B2B2B2. Windows color (decimal): -5390971 or 8764845. OLE color: 8764845.

HSL color Cylindrical-coordinate representation of color #ADBD85: hue angle of 77.14º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADBD85 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 189 133 -
CMYK 0.08 0 0.30 0.26
HSL 77.14º 0.3% 0.63% -
HSV(B) 77.14º 0.3% 0.74% -
XYZ 39.66 46.97 29.17 -
YUV 177.83 102.7 124.55 -
System Red Green Blue C M Y K H S L
Decimal 173 189 133 0.08 0 0.30 0.26 77.14 0.3 0.63
Hex AD BD 85 8 0 1E 1A 4D 1E 3F
Octal 255 275 205 10 0 36 32 115 36 77
Binary 10101101 10111101 10000101 1000 0 11110 11010 1001101 11110 111111

Color Harmonies of #ADBD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD85

Black with #ADBD85

Text Example


Text Example

White with #ADBD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD85; }

 p { color: rgb(173,189,133); }

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

background-color css

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

 a { background-color: rgb(173,189,133); }

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

border-color css

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

 span { border-color: rgb(173,189,133); }

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