Html Css Color HEX #ACC88A Caper

📋 copy color: '#ACC88A'

red 172 ◦ green 200 ◦ blue 138

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

Shades of Caper #ACC88A

Tints of Caper #ACC88A

RGB

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

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

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

R = 33.73%
G = 39.22%
B = 27.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#ACC88A (or 0xACC88A) is known color: Caper. HEX triplet: AC, C8 and 8A. RGB value is (172,200,138). Sum of RGB (Red+Green+Blue) = 172+200+138=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC88A is #533775. Grayscale: #B8B8B8. Windows color (decimal): -5453686 or 9095340. OLE color: 9095340.

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

Color convert

RGB 172 200 138 -
CMYK 0.14 0 0.31 0.22
HSL 87.1º 0.36% 0.66% -
HSV(B) 87.1º 0.31% 0.78% -
XYZ 42.25 51.91 31.84 -
YUV 184.56 101.72 119.04 -
System Red Green Blue C M Y K H S L
Decimal 172 200 138 0.14 0 0.31 0.22 87.1 0.36 0.66
Hex AC C8 8A E 0 1F 16 57 24 42
Octal 254 310 212 16 0 37 26 127 44 102
Binary 10101100 11001000 10001010 1110 0 11111 10110 1010111 100100 1000010

Color Harmonies of #ACC88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC88A

Black with #ACC88A

Text Example


Text Example

White with #ACC88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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