Html Css Color HEX #ACC372 Caper

📋 copy color: '#ACC372'

red 172 ◦ green 195 ◦ blue 114

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

Shades of Caper #ACC372

Tints of Caper #ACC372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.54%

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

R = 35.76%
G = 40.54%
B = 23.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#ACC372 (or 0xACC372) is known color: Caper. HEX triplet: AC, C3 and 72. RGB value is (172,195,114). Sum of RGB (Red+Green+Blue) = 172+195+114=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC372 is #533C8D. Grayscale: #B3B3B3. Windows color (decimal): -5454990 or 7521196. OLE color: 7521196.

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

Color convert

RGB 172 195 114 -
CMYK 0.12 0 0.42 0.24
HSL 77.04º 0.4% 0.61% -
HSV(B) 77.04º 0.42% 0.76% -
XYZ 39.57 49.02 23.3 -
YUV 178.89 91.38 123.09 -
System Red Green Blue C M Y K H S L
Decimal 172 195 114 0.12 0 0.42 0.24 77.04 0.4 0.61
Hex AC C3 72 C 0 2A 18 4D 28 3D
Octal 254 303 162 14 0 52 30 115 50 75
Binary 10101100 11000011 1110010 1100 0 101010 11000 1001101 101000 111101

Color Harmonies of #ACC372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC372

Black with #ACC372

Text Example


Text Example

White with #ACC372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC372; }

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

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

background-color css

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

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

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

border-color css

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

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

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