Html Css Color HEX #ACC973 Caper

📋 copy color: '#ACC973'

red 172 ◦ green 201 ◦ blue 115

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

Shades of Caper #ACC973

Tints of Caper #ACC973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.57%

R = 35.25%
G = 41.19%
B = 23.57%

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

#ACC973 (or 0xACC973) is known color: Caper. HEX triplet: AC, C9 and 73. RGB value is (172,201,115). Sum of RGB (Red+Green+Blue) = 172+201+115=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC973 is #53368C. Grayscale: #B6B6B6. Windows color (decimal): -5453453 or 7588268. OLE color: 7588268.

HSL color Cylindrical-coordinate representation of color #ACC973: hue angle of 80.23º degrees, saturation: 0.44, 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 #ACC973 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 115 -
CMYK 0.14 0 0.43 0.21
HSL 80.23º 0.44% 0.62% -
HSV(B) 80.23º 0.43% 0.79% -
XYZ 40.99 51.78 24.05 -
YUV 182.53 89.89 120.49 -
System Red Green Blue C M Y K H S L
Decimal 172 201 115 0.14 0 0.43 0.21 80.23 0.44 0.62
Hex AC C9 73 E 0 2B 15 50 2C 3E
Octal 254 311 163 16 0 53 25 120 54 76
Binary 10101100 11001001 1110011 1110 0 101011 10101 1010000 101100 111110

Color Harmonies of #ACC973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC973

Black with #ACC973

Text Example


Text Example

White with #ACC973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC973; }

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

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

background-color css

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

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

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

border-color css

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

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

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