Html Css Color HEX #ACC86A Caper

📋 copy color: '#ACC86A'

red 172 ◦ green 200 ◦ blue 106

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

Shades of Caper #ACC86A

Tints of Caper #ACC86A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.18%

R = 35.98%
G = 41.84%
B = 22.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#ACC86A (or 0xACC86A) is known color: Caper. HEX triplet: AC, C8 and 6A. RGB value is (172,200,106). Sum of RGB (Red+Green+Blue) = 172+200+106=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC86A is #533795. Grayscale: #B5B5B5. Windows color (decimal): -5453718 or 6998188. OLE color: 6998188.

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

Color convert

RGB 172 200 106 -
CMYK 0.14 0 0.47 0.22
HSL 77.87º 0.46% 0.6% -
HSV(B) 77.87º 0.47% 0.78% -
XYZ 40.27 51.12 21.38 -
YUV 180.91 85.72 121.64 -
System Red Green Blue C M Y K H S L
Decimal 172 200 106 0.14 0 0.47 0.22 77.87 0.46 0.6
Hex AC C8 6A E 0 2F 16 4E 2E 3C
Octal 254 310 152 16 0 57 26 116 56 74
Binary 10101100 11001000 1101010 1110 0 101111 10110 1001110 101110 111100

Color Harmonies of #ACC86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC86A

Black with #ACC86A

Text Example


Text Example

White with #ACC86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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