#ADBF73

Color #ADBF73 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #ADBF73

Tints of Caper #ADBF73

Color information

#ADBF73 (or 0xADBF73) is unknown color: approx Caper. HEX triplet: AD, BF and 73. RGB value is (173,191,115). Sum of RGB (Red+Green+Blue) = 173+191+115=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBF73 is #52408C. Grayscale: #B1B1B1. Windows color (decimal): -5390477 or 7585709. OLE color: 7585709.

HSL color Cylindrical-coordinate representation of color #ADBF73: hue angle of 74.21º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADBF73 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB173191115-
CMYK0.0900.400.25
HSL74.21º37.25%60%-
HSV(B)74.21º39.79%74.9%-
XYZ38.9647.3823.31-
YUV176.9593.04125.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 115 (45.31% from 255) = 24.01%
R=36.12%
G=39.87%
B=24.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911150.0900.400.2574.2137.2560
HexADBF739028194a253c
Octal25527716311050311124574
Binary1010110110111111111001110010101000110011001010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF73; }

 p { color: rgb(173,191,115); }

 H1.HeaderClassName
 {
   color: #ADBF73;
 }
 .AnyTagClassName
 {
   color: #ADBF73;
 }
</style>
background-color css

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

 a { background-color: rgb(173,191,115); }

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

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

 span { border-color: rgb(173,191,115); }

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