Html Css Color HEX #ACC385 Caper

📋 copy color: '#ACC385'

red 172 ◦ green 195 ◦ blue 133

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

Shades of Caper #ACC385

Tints of Caper #ACC385

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39%

 BLUE value IS 133 (52.34% from 255) = 26.6%

R = 34.4%
G = 39%
B = 26.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#ACC385 (or 0xACC385) is known color: Caper. HEX triplet: AC, C3 and 85. RGB value is (172,195,133). Sum of RGB (Red+Green+Blue) = 172+195+133=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC385 is #533C7A. Grayscale: #B5B5B5. Windows color (decimal): -5454971 or 8766380. OLE color: 8766380.

HSL color Cylindrical-coordinate representation of color #ACC385: hue angle of 82.26º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACC385 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 195 133 -
CMYK 0.12 0 0.32 0.24
HSL 82.26º 0.34% 0.64% -
HSV(B) 82.26º 0.32% 0.76% -
XYZ 40.76 49.49 29.6 -
YUV 181.06 100.88 121.54 -
System Red Green Blue C M Y K H S L
Decimal 172 195 133 0.12 0 0.32 0.24 82.26 0.34 0.64
Hex AC C3 85 C 0 20 18 52 22 40
Octal 254 303 205 14 0 40 30 122 42 100
Binary 10101100 11000011 10000101 1100 0 100000 11000 1010010 100010 1000000

Color Harmonies of #ACC385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC385

Black with #ACC385

Text Example


Text Example

White with #ACC385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC385; }

 p { color: rgb(172,195,133); }

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

background-color css

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

 a { background-color: rgb(172,195,133); }

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

border-color css

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

 span { border-color: rgb(172,195,133); }

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