Html Css Color HEX #ADBD8B Caper

📋 copy color: '#ADBD8B'

red 173 ◦ green 189 ◦ blue 139

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

Shades of Caper #ADBD8B

Tints of Caper #ADBD8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.74%

R = 34.53%
G = 37.72%
B = 27.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#ADBD8B (or 0xADBD8B) is known color: Caper. HEX triplet: AD, BD and 8B. RGB value is (173,189,139). Sum of RGB (Red+Green+Blue) = 173+189+139=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBD8B is #524274. Grayscale: #B2B2B2. Windows color (decimal): -5390965 or 9158061. OLE color: 9158061.

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

Color convert

RGB 173 189 139 -
CMYK 0.08 0 0.26 0.26
HSL 79.2º 0.27% 0.64% -
HSV(B) 79.2º 0.26% 0.74% -
XYZ 40.09 47.14 31.41 -
YUV 178.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 173 189 139 0.08 0 0.26 0.26 79.2 0.27 0.64
Hex AD BD 8B 8 0 1A 1A 4F 1B 40
Octal 255 275 213 10 0 32 32 117 33 100
Binary 10101101 10111101 10001011 1000 0 11010 11010 1001111 11011 1000000

Color Harmonies of #ADBD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD8B

Black with #ADBD8B

Text Example


Text Example

White with #ADBD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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