Html Css Color HEX #ACC16C Caper

📋 copy color: '#ACC16C'

red 172 ◦ green 193 ◦ blue 108

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

Shades of Caper #ACC16C

Tints of Caper #ACC16C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.8%

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

R = 36.36%
G = 40.8%
B = 22.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#ACC16C (or 0xACC16C) is known color: Caper. HEX triplet: AC, C1 and 6C. RGB value is (172,193,108). Sum of RGB (Red+Green+Blue) = 172+193+108=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC16C is #533E93. Grayscale: #B1B1B1. Windows color (decimal): -5455508 or 7127468. OLE color: 7127468.

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

Color convert

RGB 172 193 108 -
CMYK 0.11 0 0.44 0.24
HSL 74.82º 0.41% 0.59% -
HSV(B) 74.82º 0.44% 0.76% -
XYZ 38.79 47.99 21.41 -
YUV 177.03 89.04 124.41 -
System Red Green Blue C M Y K H S L
Decimal 172 193 108 0.11 0 0.44 0.24 74.82 0.41 0.59
Hex AC C1 6C B 0 2C 18 4B 29 3B
Octal 254 301 154 13 0 54 30 113 51 73
Binary 10101100 11000001 1101100 1011 0 101100 11000 1001011 101001 111011

Color Harmonies of #ACC16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC16C

Black with #ACC16C

Text Example


Text Example

White with #ACC16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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