Html Css Color HEX #ADBA76 Caper

📋 copy color: '#ADBA76'

red 173 ◦ green 186 ◦ blue 118

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

Shades of Caper #ADBA76

Tints of Caper #ADBA76

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.99%

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

R = 36.27%
G = 38.99%
B = 24.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#ADBA76 (or 0xADBA76) is known color: Caper. HEX triplet: AD, BA and 76. RGB value is (173,186,118). Sum of RGB (Red+Green+Blue) = 173+186+118=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA76 is #524589. Grayscale: #AEAEAE. Windows color (decimal): -5391754 or 7781037. OLE color: 7781037.

HSL color Cylindrical-coordinate representation of color #ADBA76: hue angle of 71.47º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADBA76 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 118 -
CMYK 0.07 0 0.37 0.27
HSL 71.47º 0.33% 0.6% -
HSV(B) 71.47º 0.37% 0.73% -
XYZ 38.06 45.31 23.88 -
YUV 174.36 96.19 127.03 -
System Red Green Blue C M Y K H S L
Decimal 173 186 118 0.07 0 0.37 0.27 71.47 0.33 0.6
Hex AD BA 76 7 0 25 1B 47 21 3C
Octal 255 272 166 7 0 45 33 107 41 74
Binary 10101101 10111010 1110110 111 0 100101 11011 1000111 100001 111100

Color Harmonies of #ADBA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA76

Black with #ADBA76

Text Example


Text Example

White with #ADBA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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