#ABCB73

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

Shades of Caper #ABCB73

Tints of Caper #ABCB73

Color information

#ABCB73 (or 0xABCB73) is unknown color: approx Caper. HEX triplet: AB, CB and 73. RGB value is (171,203,115). Sum of RGB (Red+Green+Blue) = 171+203+115=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCB73 is #54348C. Grayscale: #B7B7B7. Windows color (decimal): -5518477 or 7588779. OLE color: 7588779.

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

Color convert

RGB171203115-
CMYK0.1600.430.20
HSL81.82º45.83%62.35%-
HSV(B)81.82º43.35%79.61%-
XYZ41.2552.6124.2-
YUV183.489.4119.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 203 (79.69% from 255) = 41.51%
BLUE value IS 115 (45.31% from 255) = 23.52%
R=34.97%
G=41.51%
B=23.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712031150.1600.430.2081.8245.8362.35
HexABCB731002B14522e3e
Octal25331316320053241225676
Binary10101011110010111110011100000101011101001010010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCB73; }

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

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

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

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

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

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

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

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