Html Css Color HEX #ADB98D Caper

📋 copy color: '#ADB98D'

red 173 ◦ green 185 ◦ blue 141

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

Shades of Caper #ADB98D

Tints of Caper #ADB98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.26%

R = 34.67%
G = 37.07%
B = 28.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#ADB98D (or 0xADB98D) is known color: Caper. HEX triplet: AD, B9 and 8D. RGB value is (173,185,141). Sum of RGB (Red+Green+Blue) = 173+185+141=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB98D is #524672. Grayscale: #B0B0B0. Windows color (decimal): -5391987 or 9288109. OLE color: 9288109.

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

Color convert

RGB 173 185 141 -
CMYK 0.06 0 0.24 0.27
HSL 76.36º 0.24% 0.64% -
HSV(B) 76.36º 0.24% 0.73% -
XYZ 39.39 45.51 31.91 -
YUV 176.4 108.02 125.58 -
System Red Green Blue C M Y K H S L
Decimal 173 185 141 0.06 0 0.24 0.27 76.36 0.24 0.64
Hex AD B9 8D 6 0 18 1B 4C 18 40
Octal 255 271 215 6 0 30 33 114 30 100
Binary 10101101 10111001 10001101 110 0 11000 11011 1001100 11000 1000000

Color Harmonies of #ADB98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB98D

Black with #ADB98D

Text Example


Text Example

White with #ADB98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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