Html Css Color HEX #ACC96C Caper

📋 copy color: '#ACC96C'

red 172 ◦ green 201 ◦ blue 108

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

Shades of Caper #ACC96C

Tints of Caper #ACC96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.45%

R = 35.76%
G = 41.79%
B = 22.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#ACC96C (or 0xACC96C) is known color: Caper. HEX triplet: AC, C9 and 6C. RGB value is (172,201,108). Sum of RGB (Red+Green+Blue) = 172+201+108=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC96C is #533693. Grayscale: #B6B6B6. Windows color (decimal): -5453460 or 7129516. OLE color: 7129516.

HSL color Cylindrical-coordinate representation of color #ACC96C: hue angle of 78.71º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACC96C is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 108 -
CMYK 0.14 0 0.46 0.21
HSL 78.71º 0.46% 0.61% -
HSV(B) 78.71º 0.46% 0.79% -
XYZ 40.61 51.63 22.01 -
YUV 181.73 86.39 121.06 -
System Red Green Blue C M Y K H S L
Decimal 172 201 108 0.14 0 0.46 0.21 78.71 0.46 0.61
Hex AC C9 6C E 0 2E 15 4F 2E 3D
Octal 254 311 154 16 0 56 25 117 56 75
Binary 10101100 11001001 1101100 1110 0 101110 10101 1001111 101110 111101

Color Harmonies of #ACC96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC96C

Black with #ACC96C

Text Example


Text Example

White with #ACC96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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