Html Css Color HEX #ACC28A Caper

📋 copy color: '#ACC28A'

red 172 ◦ green 194 ◦ blue 138

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

Shades of Caper #ACC28A

Tints of Caper #ACC28A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.49%

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

R = 34.13%
G = 38.49%
B = 27.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#ACC28A (or 0xACC28A) is known color: Caper. HEX triplet: AC, C2 and 8A. RGB value is (172,194,138). Sum of RGB (Red+Green+Blue) = 172+194+138=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC28A is #533D75. Grayscale: #B5B5B5. Windows color (decimal): -5455222 or 9093804. OLE color: 9093804.

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

Color convert

RGB 172 194 138 -
CMYK 0.11 0 0.29 0.24
HSL 83.57º 0.31% 0.65% -
HSV(B) 83.57º 0.29% 0.76% -
XYZ 40.89 49.19 31.38 -
YUV 181.04 103.71 121.55 -
System Red Green Blue C M Y K H S L
Decimal 172 194 138 0.11 0 0.29 0.24 83.57 0.31 0.65
Hex AC C2 8A B 0 1D 18 54 1F 41
Octal 254 302 212 13 0 35 30 124 37 101
Binary 10101100 11000010 10001010 1011 0 11101 11000 1010100 11111 1000001

Color Harmonies of #ACC28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC28A

Black with #ACC28A

Text Example


Text Example

White with #ACC28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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