Html Css Color HEX #ACC071 Caper

📋 copy color: '#ACC071'

red 172 ◦ green 192 ◦ blue 113

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

Shades of Caper #ACC071

Tints of Caper #ACC071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.25%

 BLUE value IS 113 (44.53% from 255) = 23.69%

R = 36.06%
G = 40.25%
B = 23.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#ACC071 (or 0xACC071) is known color: Caper. HEX triplet: AC, C0 and 71. RGB value is (172,192,113). Sum of RGB (Red+Green+Blue) = 172+192+113=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC071 is #533F8E. Grayscale: #B1B1B1. Windows color (decimal): -5455759 or 7454892. OLE color: 7454892.

HSL color Cylindrical-coordinate representation of color #ACC071: hue angle of 75.19º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACC071 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 113 -
CMYK 0.10 0 0.41 0.25
HSL 75.19º 0.39% 0.6% -
HSV(B) 75.19º 0.41% 0.75% -
XYZ 38.84 47.66 22.78 -
YUV 177.01 91.87 124.42 -
System Red Green Blue C M Y K H S L
Decimal 172 192 113 0.10 0 0.41 0.25 75.19 0.39 0.6
Hex AC C0 71 A 0 29 19 4B 27 3C
Octal 254 300 161 12 0 51 31 113 47 74
Binary 10101100 11000000 1110001 1010 0 101001 11001 1001011 100111 111100

Color Harmonies of #ACC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC071

Black with #ACC071

Text Example


Text Example

White with #ACC071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC071; }

 p { color: rgb(172,192,113); }

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

background-color css

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

 a { background-color: rgb(172,192,113); }

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

border-color css

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

 span { border-color: rgb(172,192,113); }

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