Html Css Color HEX #ACC16D Caper

📋 copy color: '#ACC16D'

red 172 ◦ green 193 ◦ blue 109

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

Shades of Caper #ACC16D

Tints of Caper #ACC16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23%

R = 36.29%
G = 40.72%
B = 23%

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

#ACC16D (or 0xACC16D) is known color: Caper. HEX triplet: AC, C1 and 6D. RGB value is (172,193,109). Sum of RGB (Red+Green+Blue) = 172+193+109=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC16D is #533E92. Grayscale: #B1B1B1. Windows color (decimal): -5455507 or 7193004. OLE color: 7193004.

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

Color convert

RGB 172 193 109 -
CMYK 0.11 0 0.44 0.24
HSL 75º 0.4% 0.59% -
HSV(B) 75º 0.44% 0.76% -
XYZ 38.84 48.01 21.69 -
YUV 177.15 89.54 124.33 -
System Red Green Blue C M Y K H S L
Decimal 172 193 109 0.11 0 0.44 0.24 75 0.4 0.59
Hex AC C1 6D B 0 2C 18 4B 28 3B
Octal 254 301 155 13 0 54 30 113 50 73
Binary 10101100 11000001 1101101 1011 0 101100 11000 1001011 101000 111011

Color Harmonies of #ACC16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC16D

Black with #ACC16D

Text Example


Text Example

White with #ACC16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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