Html Css Color HEX #ACC073 Caper

📋 copy color: '#ACC073'

red 172 ◦ green 192 ◦ blue 115

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

Shades of Caper #ACC073

Tints of Caper #ACC073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.01%

R = 35.91%
G = 40.08%
B = 24.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#ACC073 (or 0xACC073) is known color: Caper. HEX triplet: AC, C0 and 73. RGB value is (172,192,115). Sum of RGB (Red+Green+Blue) = 172+192+115=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC073 is #533F8C. Grayscale: #B1B1B1. Windows color (decimal): -5455757 or 7585964. OLE color: 7585964.

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

Color convert

RGB 172 192 115 -
CMYK 0.10 0 0.40 0.25
HSL 75.58º 0.38% 0.6% -
HSV(B) 75.58º 0.4% 0.75% -
XYZ 38.96 47.71 23.37 -
YUV 177.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 172 192 115 0.10 0 0.40 0.25 75.58 0.38 0.6
Hex AC C0 73 A 0 28 19 4C 26 3C
Octal 254 300 163 12 0 50 31 114 46 74
Binary 10101100 11000000 1110011 1010 0 101000 11001 1001100 100110 111100

Color Harmonies of #ACC073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC073

Black with #ACC073

Text Example


Text Example

White with #ACC073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC073; }

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

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

background-color css

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

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

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

border-color css

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

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

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