#ACBE75

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

Shades of Caper #ACBE75

Tints of Caper #ACBE75

Color information

#ACBE75 (or 0xACBE75) is unknown color: approx Caper. HEX triplet: AC, BE and 75. RGB value is (172,190,117). Sum of RGB (Red+Green+Blue) = 172+190+117=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBE75 is #53418A. Grayscale: #B0B0B0. Windows color (decimal): -5456267 or 7716524. OLE color: 7716524.

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

Color convert

RGB172190117-
CMYK0.0900.380.25
HSL74.79º35.96%60.2%-
HSV(B)74.79º38.42%74.51%-
XYZ38.6446.8823.84-
YUV176.394.54124.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 190 (74.61% from 255) = 39.67%
BLUE value IS 117 (46.09% from 255) = 24.43%
R=35.91%
G=39.67%
B=24.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721901170.0900.380.2574.7935.9660.2
HexACBE759026194b243c
Octal25427616511046311134474
Binary1010110010111110111010110010100110110011001011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBE75; }

 p { color: rgb(172,190,117); }

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

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

 a { background-color: rgb(172,190,117); }

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

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

 span { border-color: rgb(172,190,117); }

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