Html Css Color HEX #ACBC8E Caper

📋 copy color: '#ACBC8E'

red 172 ◦ green 188 ◦ blue 142

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

Shades of Caper #ACBC8E

Tints of Caper #ACBC8E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.45%

 BLUE value IS 142 (55.86% from 255) = 28.29%

R = 34.26%
G = 37.45%
B = 28.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#ACBC8E (or 0xACBC8E) is known color: Caper. HEX triplet: AC, BC and 8E. RGB value is (172,188,142). Sum of RGB (Red+Green+Blue) = 172+188+142=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC8E is #534371. Grayscale: #B2B2B2. Windows color (decimal): -5456754 or 9354412. OLE color: 9354412.

HSL color Cylindrical-coordinate representation of color #ACBC8E: hue angle of 80.87º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACBC8E is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 188 142 -
CMYK 0.09 0 0.24 0.26
HSL 80.87º 0.26% 0.65% -
HSV(B) 80.87º 0.24% 0.74% -
XYZ 39.88 46.69 32.5 -
YUV 177.97 107.7 123.74 -
System Red Green Blue C M Y K H S L
Decimal 172 188 142 0.09 0 0.24 0.26 80.87 0.26 0.65
Hex AC BC 8E 9 0 18 1A 51 1A 41
Octal 254 274 216 11 0 30 32 121 32 101
Binary 10101100 10111100 10001110 1001 0 11000 11010 1010001 11010 1000001

Color Harmonies of #ACBC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC8E

Black with #ACBC8E

Text Example


Text Example

White with #ACBC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC8E; }

 p { color: rgb(172,188,142); }

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

background-color css

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

 a { background-color: rgb(172,188,142); }

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

border-color css

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

 span { border-color: rgb(172,188,142); }

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