Html Css Color HEX #ACC272 Caper

📋 copy color: '#ACC272'

red 172 ◦ green 194 ◦ blue 114

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

Shades of Caper #ACC272

Tints of Caper #ACC272

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.42%

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

R = 35.83%
G = 40.42%
B = 23.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#ACC272 (or 0xACC272) is known color: Caper. HEX triplet: AC, C2 and 72. RGB value is (172,194,114). Sum of RGB (Red+Green+Blue) = 172+194+114=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC272 is #533D8D. Grayscale: #B2B2B2. Windows color (decimal): -5455246 or 7520940. OLE color: 7520940.

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

Color convert

RGB 172 194 114 -
CMYK 0.11 0 0.41 0.24
HSL 76.5º 0.4% 0.6% -
HSV(B) 76.5º 0.41% 0.76% -
XYZ 39.34 48.57 23.22 -
YUV 178.3 91.71 123.5 -
System Red Green Blue C M Y K H S L
Decimal 172 194 114 0.11 0 0.41 0.24 76.5 0.4 0.6
Hex AC C2 72 B 0 29 18 4C 28 3C
Octal 254 302 162 13 0 51 30 114 50 74
Binary 10101100 11000010 1110010 1011 0 101001 11000 1001100 101000 111100

Color Harmonies of #ACC272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC272

Black with #ACC272

Text Example


Text Example

White with #ACC272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC272; }

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

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

background-color css

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

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

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

border-color css

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

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

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