Html Css Color HEX #ACC08A Caper

📋 copy color: '#ACC08A'

red 172 ◦ green 192 ◦ blue 138

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

Shades of Caper #ACC08A

Tints of Caper #ACC08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.49%

R = 34.26%
G = 38.25%
B = 27.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#ACC08A (or 0xACC08A) is known color: Caper. HEX triplet: AC, C0 and 8A. RGB value is (172,192,138). Sum of RGB (Red+Green+Blue) = 172+192+138=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC08A is #533F75. Grayscale: #B4B4B4. Windows color (decimal): -5455734 or 9093292. OLE color: 9093292.

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

Color convert

RGB 172 192 138 -
CMYK 0.10 0 0.28 0.25
HSL 82.22º 0.3% 0.65% -
HSV(B) 82.22º 0.28% 0.75% -
XYZ 40.45 48.3 31.24 -
YUV 179.86 104.37 122.39 -
System Red Green Blue C M Y K H S L
Decimal 172 192 138 0.10 0 0.28 0.25 82.22 0.3 0.65
Hex AC C0 8A A 0 1C 19 52 1E 41
Octal 254 300 212 12 0 34 31 122 36 101
Binary 10101100 11000000 10001010 1010 0 11100 11001 1010010 11110 1000001

Color Harmonies of #ACC08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC08A

Black with #ACC08A

Text Example


Text Example

White with #ACC08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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