#ADBF84

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

Shades of Caper #ADBF84

Tints of Caper #ADBF84

Color information

#ADBF84 (or 0xADBF84) is unknown color: approx Caper. HEX triplet: AD, BF and 84. RGB value is (173,191,132). Sum of RGB (Red+Green+Blue) = 173+191+132=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBF84 is #52407B. Grayscale: #B3B3B3. Windows color (decimal): -5390460 or 8699821. OLE color: 8699821.

HSL color Cylindrical-coordinate representation of color #ADBF84: hue angle of 78.31º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADBF84 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB173191132-
CMYK0.0900.310.25
HSL78.31º31.55%63.33%-
HSV(B)78.31º30.89%74.9%-
XYZ40.0347.8128.95-
YUV178.89101.54123.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 132 (51.95% from 255) = 26.61%
R=34.88%
G=38.51%
B=26.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911320.0900.310.2578.3131.5563.33
HexADBF84901F194e203f
Octal25527720411037311164077
Binary1010110110111111100001001001011111110011001110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF84; }

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

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

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

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

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

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

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

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