Html Css Color HEX #ACC16A Caper

📋 copy color: '#ACC16A'

red 172 ◦ green 193 ◦ blue 106

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

Shades of Caper #ACC16A

Tints of Caper #ACC16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.51%

R = 36.52%
G = 40.98%
B = 22.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#ACC16A (or 0xACC16A) is known color: Caper. HEX triplet: AC, C1 and 6A. RGB value is (172,193,106). Sum of RGB (Red+Green+Blue) = 172+193+106=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC16A is #533E95. Grayscale: #B1B1B1. Windows color (decimal): -5455510 or 6996396. OLE color: 6996396.

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

Color convert

RGB 172 193 106 -
CMYK 0.11 0 0.45 0.24
HSL 74.48º 0.41% 0.59% -
HSV(B) 74.48º 0.45% 0.76% -
XYZ 38.68 47.95 20.85 -
YUV 176.8 88.04 124.57 -
System Red Green Blue C M Y K H S L
Decimal 172 193 106 0.11 0 0.45 0.24 74.48 0.41 0.59
Hex AC C1 6A B 0 2D 18 4A 29 3B
Octal 254 301 152 13 0 55 30 112 51 73
Binary 10101100 11000001 1101010 1011 0 101101 11000 1001010 101001 111011

Color Harmonies of #ACC16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC16A

Black with #ACC16A

Text Example


Text Example

White with #ACC16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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