#ADBE72

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

Shades of Caper #ADBE72

Tints of Caper #ADBE72

Color information

#ADBE72 (or 0xADBE72) is unknown color: approx Caper. HEX triplet: AD, BE and 72. RGB value is (173,190,114). Sum of RGB (Red+Green+Blue) = 173+190+114=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBE72 is #52418D. Grayscale: #B0B0B0. Windows color (decimal): -5390734 or 7519917. OLE color: 7519917.

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

Color convert

RGB173190114-
CMYK0.0900.400.25
HSL73.42º36.89%59.61%-
HSV(B)73.42º40%74.51%-
XYZ38.6846.9322.94-
YUV176.2592.87125.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 190 (74.61% from 255) = 39.83%
BLUE value IS 114 (44.92% from 255) = 23.90%
R=36.27%
G=39.83%
B=23.90%

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
Decimal1731901140.0900.400.2573.4236.8959.61
HexADBE7290281949253c
Octal25527616211050311114574
Binary1010110110111110111001010010101000110011001001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE72; }

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

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

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

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

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

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

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

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