Html Css Color HEX #ACC972 Caper

📋 copy color: '#ACC972'

red 172 ◦ green 201 ◦ blue 114

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

Shades of Caper #ACC972

Tints of Caper #ACC972

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.27%

 BLUE value IS 114 (44.92% from 255) = 23.41%

R = 35.32%
G = 41.27%
B = 23.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#ACC972 (or 0xACC972) is known color: Caper. HEX triplet: AC, C9 and 72. RGB value is (172,201,114). Sum of RGB (Red+Green+Blue) = 172+201+114=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC972 is #53368D. Grayscale: #B6B6B6. Windows color (decimal): -5453454 or 7522732. OLE color: 7522732.

HSL color Cylindrical-coordinate representation of color #ACC972: hue angle of 80º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACC972 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 114 -
CMYK 0.14 0 0.43 0.21
HSL 80º 0.45% 0.62% -
HSV(B) 80º 0.43% 0.79% -
XYZ 40.94 51.76 23.75 -
YUV 182.41 89.39 120.57 -
System Red Green Blue C M Y K H S L
Decimal 172 201 114 0.14 0 0.43 0.21 80 0.45 0.62
Hex AC C9 72 E 0 2B 15 50 2D 3E
Octal 254 311 162 16 0 53 25 120 55 76
Binary 10101100 11001001 1110010 1110 0 101011 10101 1010000 101101 111110

Color Harmonies of #ACC972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC972

Black with #ACC972

Text Example


Text Example

White with #ACC972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC972; }

 p { color: rgb(172,201,114); }

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

background-color css

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

 a { background-color: rgb(172,201,114); }

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

border-color css

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

 span { border-color: rgb(172,201,114); }

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