Html Css Color HEX #ADB57C Caper

📋 copy color: '#ADB57C'

red 173 ◦ green 181 ◦ blue 124

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

Shades of Caper #ADB57C

Tints of Caper #ADB57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.94%

R = 36.19%
G = 37.87%
B = 25.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#ADB57C (or 0xADB57C) is known color: Caper. HEX triplet: AD, B5 and 7C. RGB value is (173,181,124). Sum of RGB (Red+Green+Blue) = 173+181+124=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB57C is #524A83. Grayscale: #ACACAC. Windows color (decimal): -5393028 or 8172973. OLE color: 8172973.

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

Color convert

RGB 173 181 124 -
CMYK 0.04 0 0.31 0.29
HSL 68.42º 0.28% 0.6% -
HSV(B) 68.42º 0.31% 0.71% -
XYZ 37.4 43.39 25.47 -
YUV 172.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 173 181 124 0.04 0 0.31 0.29 68.42 0.28 0.6
Hex AD B5 7C 4 0 1F 1D 44 1C 3C
Octal 255 265 174 4 0 37 35 104 34 74
Binary 10101101 10110101 1111100 100 0 11111 11101 1000100 11100 111100

Color Harmonies of #ADB57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB57C

Black with #ADB57C

Text Example


Text Example

White with #ADB57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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