Html Css Color HEX #ACC974 Caper

📋 copy color: '#ACC974'

red 172 ◦ green 201 ◦ blue 116

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

Shades of Caper #ACC974

Tints of Caper #ACC974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.72%

R = 35.17%
G = 41.1%
B = 23.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#ACC974 (or 0xACC974) is known color: Caper. HEX triplet: AC, C9 and 74. RGB value is (172,201,116). Sum of RGB (Red+Green+Blue) = 172+201+116=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC974 is #53368B. Grayscale: #B6B6B6. Windows color (decimal): -5453452 or 7653804. OLE color: 7653804.

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

Color convert

RGB 172 201 116 -
CMYK 0.14 0 0.42 0.21
HSL 80.47º 0.44% 0.62% -
HSV(B) 80.47º 0.42% 0.79% -
XYZ 41.05 51.8 24.36 -
YUV 182.64 90.39 120.41 -
System Red Green Blue C M Y K H S L
Decimal 172 201 116 0.14 0 0.42 0.21 80.47 0.44 0.62
Hex AC C9 74 E 0 2A 15 50 2C 3E
Octal 254 311 164 16 0 52 25 120 54 76
Binary 10101100 11001001 1110100 1110 0 101010 10101 1010000 101100 111110

Color Harmonies of #ACC974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC974

Black with #ACC974

Text Example


Text Example

White with #ACC974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC974; }

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

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

background-color css

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

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

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

border-color css

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

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

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