Html Css Color HEX #ACC18A Caper

📋 copy color: '#ACC18A'

red 172 ◦ green 193 ◦ blue 138

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

Shades of Caper #ACC18A

Tints of Caper #ACC18A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.37%

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

R = 34.19%
G = 38.37%
B = 27.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#ACC18A (or 0xACC18A) is known color: Caper. HEX triplet: AC, C1 and 8A. RGB value is (172,193,138). Sum of RGB (Red+Green+Blue) = 172+193+138=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC18A is #533E75. Grayscale: #B4B4B4. Windows color (decimal): -5455478 or 9093548. OLE color: 9093548.

HSL color Cylindrical-coordinate representation of color #ACC18A: hue angle of 82.91º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACC18A is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 193 138 -
CMYK 0.11 0 0.28 0.24
HSL 82.91º 0.31% 0.65% -
HSV(B) 82.91º 0.28% 0.76% -
XYZ 40.67 48.75 31.31 -
YUV 180.45 104.04 121.97 -
System Red Green Blue C M Y K H S L
Decimal 172 193 138 0.11 0 0.28 0.24 82.91 0.31 0.65
Hex AC C1 8A B 0 1C 18 53 1F 41
Octal 254 301 212 13 0 34 30 123 37 101
Binary 10101100 11000001 10001010 1011 0 11100 11000 1010011 11111 1000001

Color Harmonies of #ACC18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC18A

Black with #ACC18A

Text Example


Text Example

White with #ACC18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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