Html Css Color HEX #ACC08C Caper

📋 copy color: '#ACC08C'

red 172 ◦ green 192 ◦ blue 140

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

Shades of Caper #ACC08C

Tints of Caper #ACC08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.78%

R = 34.13%
G = 38.1%
B = 27.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#ACC08C (or 0xACC08C) is known color: Caper. HEX triplet: AC, C0 and 8C. RGB value is (172,192,140). Sum of RGB (Red+Green+Blue) = 172+192+140=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC08C is #533F73. Grayscale: #B4B4B4. Windows color (decimal): -5455732 or 9224364. OLE color: 9224364.

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

Color convert

RGB 172 192 140 -
CMYK 0.10 0 0.27 0.25
HSL 83.08º 0.29% 0.65% -
HSV(B) 83.08º 0.27% 0.75% -
XYZ 40.6 48.36 32.01 -
YUV 180.09 105.37 122.23 -
System Red Green Blue C M Y K H S L
Decimal 172 192 140 0.10 0 0.27 0.25 83.08 0.29 0.65
Hex AC C0 8C A 0 1B 19 53 1D 41
Octal 254 300 214 12 0 33 31 123 35 101
Binary 10101100 11000000 10001100 1010 0 11011 11001 1010011 11101 1000001

Color Harmonies of #ACC08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC08C

Black with #ACC08C

Text Example


Text Example

White with #ACC08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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