#ABCB72

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

Shades of Caper #ABCB72

Tints of Caper #ABCB72

Color information

#ABCB72 (or 0xABCB72) is unknown color: approx Caper. HEX triplet: AB, CB and 72. RGB value is (171,203,114). Sum of RGB (Red+Green+Blue) = 171+203+114=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCB72 is #54348D. Grayscale: #B7B7B7. Windows color (decimal): -5518478 or 7523243. OLE color: 7523243.

HSL color Cylindrical-coordinate representation of color #ABCB72: hue angle of 81.57º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABCB72 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB171203114-
CMYK0.1600.440.20
HSL81.57º46.11%62.16%-
HSV(B)81.57º43.84%79.61%-
XYZ41.1952.5823.9-
YUV183.2988.9119.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 203 (79.69% from 255) = 41.60%
BLUE value IS 114 (44.92% from 255) = 23.36%
R=35.04%
G=41.60%
B=23.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712031140.1600.440.2081.5746.1162.16
HexABCB721002C14522e3e
Octal25331316220054241225676
Binary10101011110010111110010100000101100101001010010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCB72; }

 p { color: rgb(171,203,114); }

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

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

 a { background-color: rgb(171,203,114); }

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

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

 span { border-color: rgb(171,203,114); }

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