#ADBE6B

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

Shades of Caper #ADBE6B

Tints of Caper #ADBE6B

Color information

#ADBE6B (or 0xADBE6B) is unknown color: approx Caper. HEX triplet: AD, BE and 6B. RGB value is (173,190,107). Sum of RGB (Red+Green+Blue) = 173+190+107=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBE6B is #524194. Grayscale: #AFAFAF. Windows color (decimal): -5390741 or 7061165. OLE color: 7061165.

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

Color convert

RGB173190107-
CMYK0.0900.440.25
HSL72.29º38.97%58.24%-
HSV(B)72.29º43.68%74.51%-
XYZ38.346.7720.92-
YUV175.4689.37126.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 190 (74.61% from 255) = 40.43%
BLUE value IS 107 (42.19% from 255) = 22.77%
R=36.81%
G=40.43%
B=22.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901070.0900.440.2572.2938.9758.24
HexADBE6B902C1948273a
Octal25527615311054311104772
Binary1010110110111110110101110010101100110011001000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE6B; }

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

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

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

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

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

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

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

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