#ADBE70

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

Shades of Caper #ADBE70

Tints of Caper #ADBE70

Color information

#ADBE70 (or 0xADBE70) is unknown color: approx Caper. HEX triplet: AD, BE and 70. RGB value is (173,190,112). Sum of RGB (Red+Green+Blue) = 173+190+112=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBE70 is #52418F. Grayscale: #B0B0B0. Windows color (decimal): -5390736 or 7388845. OLE color: 7388845.

HSL color Cylindrical-coordinate representation of color #ADBE70: hue angle of 73.08º 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 #ADBE70 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB173190112-
CMYK0.0900.410.25
HSL73.08º37.5%59.22%-
HSV(B)73.08º41.05%74.51%-
XYZ38.5746.8822.35-
YUV176.0291.87125.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 112 (44.14% from 255) = 23.58%
R=36.42%
G=40%
B=23.58%

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
Decimal1731901120.0900.410.2573.0837.559.22
HexADBE7090291949263b
Octal25527616011051311114673
Binary1010110110111110111000010010101001110011001001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE70; }

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

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

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

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

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

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

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

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