#ACCB73

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

Shades of Caper #ACCB73

Tints of Caper #ACCB73

Color information

#ACCB73 (or 0xACCB73) is unknown color: approx Caper. HEX triplet: AC, CB and 73. RGB value is (172,203,115). Sum of RGB (Red+Green+Blue) = 172+203+115=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCB73 is #53348C. Grayscale: #B8B8B8. Windows color (decimal): -5452941 or 7588780. OLE color: 7588780.

HSL color Cylindrical-coordinate representation of color #ACCB73: hue angle of 81.14º 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 #ACCB73 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB172203115-
CMYK0.1500.430.20
HSL81.14º45.83%62.35%-
HSV(B)81.14º43.35%79.61%-
XYZ41.4652.7224.21-
YUV183.789.23119.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 203 (79.69% from 255) = 41.43%
BLUE value IS 115 (45.31% from 255) = 23.47%
R=35.10%
G=41.43%
B=23.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722031150.1500.430.2081.1445.8362.35
HexACCB73F02B14512e3e
Octal25431316317053241215676
Binary1010110011001011111001111110101011101001010001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCB73; }

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

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

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

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

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

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

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

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