#ACC07B

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

Shades of Caper #ACC07B

Tints of Caper #ACC07B

Color information

#ACC07B (or 0xACC07B) is unknown color: approx Caper. HEX triplet: AC, C0 and 7B. RGB value is (172,192,123). Sum of RGB (Red+Green+Blue) = 172+192+123=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC07B is #533F84. Grayscale: #B2B2B2. Windows color (decimal): -5455749 or 8110252. OLE color: 8110252.

HSL color Cylindrical-coordinate representation of color #ACC07B: hue angle of 77.39º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACC07B is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB172192123-
CMYK0.1000.360.25
HSL77.39º35.38%61.76%-
HSV(B)77.39º35.94%75.29%-
XYZ39.4447.925.91-
YUV178.1596.87123.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 192 (75.39% from 255) = 39.43%
BLUE value IS 123 (48.44% from 255) = 25.26%
R=35.32%
G=39.43%
B=25.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721921230.1000.360.2577.3935.3861.76
HexACC07BA024194d233e
Octal25430017312044311154376
Binary1010110011000000111101110100100100110011001101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC07B; }

 p { color: rgb(172,192,123); }

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

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

 a { background-color: rgb(172,192,123); }

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

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

 span { border-color: rgb(172,192,123); }

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