Html Css Color HEX #ACC087 Caper

📋 copy color: '#ACC087'

red 172 ◦ green 192 ◦ blue 135

#ACC087
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #ACC087

Tints of Caper #ACC087

RGB

 RED value IS 172 (67.58% from 255) = 34.47%

 GREEN value IS 192 (75.39% from 255) = 38.48%

 BLUE value IS 135 (53.13% from 255) = 27.05%

R = 34.47%
G = 38.48%
B = 27.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#ACC087 (or 0xACC087) is known color: Caper. HEX triplet: AC, C0 and 87. RGB value is (172,192,135). Sum of RGB (Red+Green+Blue) = 172+192+135=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC087 is #533F78. Grayscale: #B3B3B3. Windows color (decimal): -5455737 or 8896684. OLE color: 8896684.

HSL color Cylindrical-coordinate representation of color #ACC087: hue angle of 81.05º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACC087 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 135 -
CMYK 0.10 0 0.30 0.25
HSL 81.05º 0.31% 0.64% -
HSV(B) 81.05º 0.3% 0.75% -
XYZ 40.24 48.22 30.11 -
YUV 179.52 102.87 122.63 -
System Red Green Blue C M Y K H S L
Decimal 172 192 135 0.10 0 0.30 0.25 81.05 0.31 0.64
Hex AC C0 87 A 0 1E 19 51 1F 40
Octal 254 300 207 12 0 36 31 121 37 100
Binary 10101100 11000000 10000111 1010 0 11110 11001 1010001 11111 1000000

Color Harmonies of #ACC087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC087

Black with #ACC087

Text Example


Text Example

White with #ACC087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC087; }

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

 H1.HeaderClassName
 {
   color: #ACC087;
 }
 .AnyTagClassName
 {
   color: #ACC087;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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