Html Css Color HEX #ADBA84 Caper

📋 copy color: '#ADBA84'

red 173 ◦ green 186 ◦ blue 132

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

Shades of Caper #ADBA84

Tints of Caper #ADBA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.88%

R = 35.23%
G = 37.88%
B = 26.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#ADBA84 (or 0xADBA84) is known color: Caper. HEX triplet: AD, BA and 84. RGB value is (173,186,132). Sum of RGB (Red+Green+Blue) = 173+186+132=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA84 is #52457B. Grayscale: #B0B0B0. Windows color (decimal): -5391740 or 8698541. OLE color: 8698541.

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

Color convert

RGB 173 186 132 -
CMYK 0.07 0 0.29 0.27
HSL 74.44º 0.28% 0.62% -
HSV(B) 74.44º 0.29% 0.73% -
XYZ 38.96 45.67 28.59 -
YUV 175.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 173 186 132 0.07 0 0.29 0.27 74.44 0.28 0.62
Hex AD BA 84 7 0 1D 1B 4A 1C 3E
Octal 255 272 204 7 0 35 33 112 34 76
Binary 10101101 10111010 10000100 111 0 11101 11011 1001010 11100 111110

Color Harmonies of #ADBA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA84

Black with #ADBA84

Text Example


Text Example

White with #ADBA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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