Html Css Color HEX #ACC875 Caper

📋 copy color: '#ACC875'

red 172 ◦ green 200 ◦ blue 117

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

Shades of Caper #ACC875

Tints of Caper #ACC875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.9%

 BLUE value IS 117 (46.09% from 255) = 23.93%

R = 35.17%
G = 40.9%
B = 23.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#ACC875 (or 0xACC875) is known color: Caper. HEX triplet: AC, C8 and 75. RGB value is (172,200,117). Sum of RGB (Red+Green+Blue) = 172+200+117=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC875 is #53378A. Grayscale: #B6B6B6. Windows color (decimal): -5453707 or 7719084. OLE color: 7719084.

HSL color Cylindrical-coordinate representation of color #ACC875: hue angle of 80.24º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACC875 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 200 117 -
CMYK 0.14 0 0.42 0.22
HSL 80.24º 0.43% 0.62% -
HSV(B) 80.24º 0.42% 0.78% -
XYZ 40.88 51.36 24.59 -
YUV 182.17 91.22 120.75 -
System Red Green Blue C M Y K H S L
Decimal 172 200 117 0.14 0 0.42 0.22 80.24 0.43 0.62
Hex AC C8 75 E 0 2A 16 50 2B 3E
Octal 254 310 165 16 0 52 26 120 53 76
Binary 10101100 11001000 1110101 1110 0 101010 10110 1010000 101011 111110

Color Harmonies of #ACC875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC875

Black with #ACC875

Text Example


Text Example

White with #ACC875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC875; }

 p { color: rgb(172,200,117); }

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

background-color css

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

 a { background-color: rgb(172,200,117); }

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

border-color css

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

 span { border-color: rgb(172,200,117); }

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