Html Css Color HEX #ACC174 Caper

📋 copy color: '#ACC174'

red 172 ◦ green 193 ◦ blue 116

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

Shades of Caper #ACC174

Tints of Caper #ACC174

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.12%

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

R = 35.76%
G = 40.12%
B = 24.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#ACC174 (or 0xACC174) is known color: Caper. HEX triplet: AC, C1 and 74. RGB value is (172,193,116). Sum of RGB (Red+Green+Blue) = 172+193+116=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC174 is #533E8B. Grayscale: #B2B2B2. Windows color (decimal): -5455500 or 7651756. OLE color: 7651756.

HSL color Cylindrical-coordinate representation of color #ACC174: hue angle of 76.36º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACC174 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 193 116 -
CMYK 0.11 0 0.40 0.24
HSL 76.36º 0.38% 0.61% -
HSV(B) 76.36º 0.4% 0.76% -
XYZ 39.24 48.17 23.75 -
YUV 177.94 93.04 123.76 -
System Red Green Blue C M Y K H S L
Decimal 172 193 116 0.11 0 0.40 0.24 76.36 0.38 0.61
Hex AC C1 74 B 0 28 18 4C 26 3D
Octal 254 301 164 13 0 50 30 114 46 75
Binary 10101100 11000001 1110100 1011 0 101000 11000 1001100 100110 111101

Color Harmonies of #ACC174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC174

Black with #ACC174

Text Example


Text Example

White with #ACC174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC174; }

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

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

background-color css

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

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

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

border-color css

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

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

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