#ACBD73

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

Shades of Caper #ACBD73

Tints of Caper #ACBD73

Color information

#ACBD73 (or 0xACBD73) is unknown color: approx Caper. HEX triplet: AC, BD and 73. RGB value is (172,189,115). Sum of RGB (Red+Green+Blue) = 172+189+115=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBD73 is #53428C. Grayscale: #AFAFAF. Windows color (decimal): -5456525 or 7585196. OLE color: 7585196.

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

Color convert

RGB172189115-
CMYK0.0900.390.26
HSL73.78º35.92%59.61%-
HSV(B)73.78º39.15%74.12%-
XYZ38.3146.423.16-
YUV175.4893.87125.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 189 (74.22% from 255) = 39.71%
BLUE value IS 115 (45.31% from 255) = 24.16%
R=36.13%
G=39.71%
B=24.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891150.0900.390.2673.7835.9259.61
HexACBD7390271A4a243c
Octal25427516311047321124474
Binary1010110010111101111001110010100111110101001010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD73; }

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

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

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

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

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

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

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

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