Html Css Color HEX #ACC28B Caper

📋 copy color: '#ACC28B'

red 172 ◦ green 194 ◦ blue 139

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

Shades of Caper #ACC28B

Tints of Caper #ACC28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.52%

R = 34.06%
G = 38.42%
B = 27.52%

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

#ACC28B (or 0xACC28B) is known color: Caper. HEX triplet: AC, C2 and 8B. RGB value is (172,194,139). Sum of RGB (Red+Green+Blue) = 172+194+139=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC28B is #533D74. Grayscale: #B5B5B5. Windows color (decimal): -5455221 or 9159340. OLE color: 9159340.

HSL color Cylindrical-coordinate representation of color #ACC28B: hue angle of 84º 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 #ACC28B is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 194 139 -
CMYK 0.11 0 0.28 0.24
HSL 84º 0.31% 0.65% -
HSV(B) 84º 0.28% 0.76% -
XYZ 40.97 49.22 31.77 -
YUV 181.15 104.21 121.47 -
System Red Green Blue C M Y K H S L
Decimal 172 194 139 0.11 0 0.28 0.24 84 0.31 0.65
Hex AC C2 8B B 0 1C 18 54 1F 41
Octal 254 302 213 13 0 34 30 124 37 101
Binary 10101100 11000010 10001011 1011 0 11100 11000 1010100 11111 1000001

Color Harmonies of #ACC28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC28B

Black with #ACC28B

Text Example


Text Example

White with #ACC28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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