Html Css Color HEX #ACCC76 Caper

📋 copy color: '#ACCC76'

red 172 ◦ green 204 ◦ blue 118

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

Shades of Caper #ACCC76

Tints of Caper #ACCC76

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.3%

 BLUE value IS 118 (46.48% from 255) = 23.89%

R = 34.82%
G = 41.3%
B = 23.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#ACCC76 (or 0xACCC76) is known color: Caper. HEX triplet: AC, CC and 76. RGB value is (172,204,118). Sum of RGB (Red+Green+Blue) = 172+204+118=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCC76 is #533389. Grayscale: #B8B8B8. Windows color (decimal): -5452682 or 7785644. OLE color: 7785644.

HSL color Cylindrical-coordinate representation of color #ACCC76: hue angle of 82.33º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACCC76 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 118 -
CMYK 0.16 0 0.42 0.2
HSL 82.33º 0.46% 0.63% -
HSV(B) 82.33º 0.42% 0.8% -
XYZ 41.88 53.26 25.21 -
YUV 184.63 90.4 118.99 -
System Red Green Blue C M Y K H S L
Decimal 172 204 118 0.16 0 0.42 0.2 82.33 0.46 0.63
Hex AC CC 76 10 0 2A 14 52 2E 3F
Octal 254 314 166 20 0 52 24 122 56 77
Binary 10101100 11001100 1110110 10000 0 101010 10100 1010010 101110 111111

Color Harmonies of #ACCC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC76

Black with #ACCC76

Text Example


Text Example

White with #ACCC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC76; }

 p { color: rgb(172,204,118); }

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

background-color css

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

 a { background-color: rgb(172,204,118); }

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

border-color css

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

 span { border-color: rgb(172,204,118); }

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