Html Css Color HEX #ACC275 Caper

📋 copy color: '#ACC275'

red 172 ◦ green 194 ◦ blue 117

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

Shades of Caper #ACC275

Tints of Caper #ACC275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.22%

R = 35.61%
G = 40.17%
B = 24.22%

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

#ACC275 (or 0xACC275) is known color: Caper. HEX triplet: AC, C2 and 75. RGB value is (172,194,117). Sum of RGB (Red+Green+Blue) = 172+194+117=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC275 is #533D8A. Grayscale: #B2B2B2. Windows color (decimal): -5455243 or 7717548. OLE color: 7717548.

HSL color Cylindrical-coordinate representation of color #ACC275: hue angle of 77.14º degrees, saturation: 0.39, 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 #ACC275 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 194 117 -
CMYK 0.11 0 0.40 0.24
HSL 77.14º 0.39% 0.61% -
HSV(B) 77.14º 0.4% 0.76% -
XYZ 39.52 48.64 24.14 -
YUV 178.64 93.21 123.26 -
System Red Green Blue C M Y K H S L
Decimal 172 194 117 0.11 0 0.40 0.24 77.14 0.39 0.61
Hex AC C2 75 B 0 28 18 4D 27 3D
Octal 254 302 165 13 0 50 30 115 47 75
Binary 10101100 11000010 1110101 1011 0 101000 11000 1001101 100111 111101

Color Harmonies of #ACC275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC275

Black with #ACC275

Text Example


Text Example

White with #ACC275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC275; }

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

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

background-color css

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

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

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

border-color css

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

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

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