Html Css Color HEX #ADBA80 Caper

📋 copy color: '#ADBA80'

red 173 ◦ green 186 ◦ blue 128

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

Shades of Caper #ADBA80

Tints of Caper #ADBA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.28%

R = 35.52%
G = 38.19%
B = 26.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#ADBA80 (or 0xADBA80) is known color: Caper. HEX triplet: AD, BA and 80. RGB value is (173,186,128). Sum of RGB (Red+Green+Blue) = 173+186+128=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA80 is #52457F. Grayscale: #AFAFAF. Windows color (decimal): -5391744 or 8436397. OLE color: 8436397.

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

Color convert

RGB 173 186 128 -
CMYK 0.07 0 0.31 0.27
HSL 73.45º 0.3% 0.62% -
HSV(B) 73.45º 0.31% 0.73% -
XYZ 38.69 45.56 27.18 -
YUV 175.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 173 186 128 0.07 0 0.31 0.27 73.45 0.3 0.62
Hex AD BA 80 7 0 1F 1B 49 1E 3E
Octal 255 272 200 7 0 37 33 111 36 76
Binary 10101101 10111010 10000000 111 0 11111 11011 1001001 11110 111110

Color Harmonies of #ADBA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA80

Black with #ADBA80

Text Example


Text Example

White with #ADBA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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