Html Css Color HEX #ACC870 Caper

📋 copy color: '#ACC870'

red 172 ◦ green 200 ◦ blue 112

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

Shades of Caper #ACC870

Tints of Caper #ACC870

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.32%

 BLUE value IS 112 (44.14% from 255) = 23.14%

R = 35.54%
G = 41.32%
B = 23.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#ACC870 (or 0xACC870) is known color: Caper. HEX triplet: AC, C8 and 70. RGB value is (172,200,112). Sum of RGB (Red+Green+Blue) = 172+200+112=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC870 is #53378F. Grayscale: #B5B5B5. Windows color (decimal): -5453712 or 7391404. OLE color: 7391404.

HSL color Cylindrical-coordinate representation of color #ACC870: hue angle of 79.09º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACC870 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 200 112 -
CMYK 0.14 0 0.44 0.22
HSL 79.09º 0.44% 0.61% -
HSV(B) 79.09º 0.44% 0.78% -
XYZ 40.59 51.25 23.08 -
YUV 181.6 88.72 121.16 -
System Red Green Blue C M Y K H S L
Decimal 172 200 112 0.14 0 0.44 0.22 79.09 0.44 0.61
Hex AC C8 70 E 0 2C 16 4F 2C 3D
Octal 254 310 160 16 0 54 26 117 54 75
Binary 10101100 11001000 1110000 1110 0 101100 10110 1001111 101100 111101

Color Harmonies of #ACC870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC870

Black with #ACC870

Text Example


Text Example

White with #ACC870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC870; }

 p { color: rgb(172,200,112); }

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

background-color css

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

 a { background-color: rgb(172,200,112); }

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

border-color css

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

 span { border-color: rgb(172,200,112); }

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