#ADBF70

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

Shades of Caper #ADBF70

Tints of Caper #ADBF70

Color information

#ADBF70 (or 0xADBF70) is unknown color: approx Caper. HEX triplet: AD, BF and 70. RGB value is (173,191,112). Sum of RGB (Red+Green+Blue) = 173+191+112=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBF70 is #52408F. Grayscale: #B0B0B0. Windows color (decimal): -5390480 or 7389101. OLE color: 7389101.

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

Color convert

RGB173191112-
CMYK0.0900.410.25
HSL73.67º38.16%59.41%-
HSV(B)73.67º41.36%74.9%-
XYZ38.7947.3222.42-
YUV176.6191.54125.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.34%
GREEN value IS 191 (75% from 255) = 40.13%
BLUE value IS 112 (44.14% from 255) = 23.53%
R=36.34%
G=40.13%
B=23.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911120.0900.410.2573.6738.1659.41
HexADBF709029194a263b
Octal25527716011051311124673
Binary1010110110111111111000010010101001110011001010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF70; }

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

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

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

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

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

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

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

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