Html Css Color HEX #ACC96F Caper

📋 copy color: '#ACC96F'

red 172 ◦ green 201 ◦ blue 111

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

Shades of Caper #ACC96F

Tints of Caper #ACC96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.93%

R = 35.54%
G = 41.53%
B = 22.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#ACC96F (or 0xACC96F) is known color: Caper. HEX triplet: AC, C9 and 6F. RGB value is (172,201,111). Sum of RGB (Red+Green+Blue) = 172+201+111=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC96F is #533690. Grayscale: #B6B6B6. Windows color (decimal): -5453457 or 7326124. OLE color: 7326124.

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

Color convert

RGB 172 201 111 -
CMYK 0.14 0 0.45 0.21
HSL 79.33º 0.45% 0.61% -
HSV(B) 79.33º 0.45% 0.79% -
XYZ 40.77 51.69 22.87 -
YUV 182.07 87.89 120.82 -
System Red Green Blue C M Y K H S L
Decimal 172 201 111 0.14 0 0.45 0.21 79.33 0.45 0.61
Hex AC C9 6F E 0 2D 15 4F 2D 3D
Octal 254 311 157 16 0 55 25 117 55 75
Binary 10101100 11001001 1101111 1110 0 101101 10101 1001111 101101 111101

Color Harmonies of #ACC96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC96F

Black with #ACC96F

Text Example


Text Example

White with #ACC96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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