Html Css Color HEX #ACC085 Caper

📋 copy color: '#ACC085'

red 172 ◦ green 192 ◦ blue 133

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

Shades of Caper #ACC085

Tints of Caper #ACC085

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.63%

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

R = 34.61%
G = 38.63%
B = 26.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#ACC085 (or 0xACC085) is known color: Caper. HEX triplet: AC, C0 and 85. RGB value is (172,192,133). Sum of RGB (Red+Green+Blue) = 172+192+133=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC085 is #533F7A. Grayscale: #B3B3B3. Windows color (decimal): -5455739 or 8765612. OLE color: 8765612.

HSL color Cylindrical-coordinate representation of color #ACC085: hue angle of 80.34º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC085 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 133 -
CMYK 0.10 0 0.31 0.25
HSL 80.34º 0.32% 0.64% -
HSV(B) 80.34º 0.31% 0.75% -
XYZ 40.1 48.16 29.37 -
YUV 179.29 101.87 122.8 -
System Red Green Blue C M Y K H S L
Decimal 172 192 133 0.10 0 0.31 0.25 80.34 0.32 0.64
Hex AC C0 85 A 0 1F 19 50 20 40
Octal 254 300 205 12 0 37 31 120 40 100
Binary 10101100 11000000 10000101 1010 0 11111 11001 1010000 100000 1000000

Color Harmonies of #ACC085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC085

Black with #ACC085

Text Example


Text Example

White with #ACC085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC085; }

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

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

background-color css

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

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

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

border-color css

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

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

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