Html Css Color HEX #ACC083 Caper

📋 copy color: '#ACC083'

red 172 ◦ green 192 ◦ blue 131

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

Shades of Caper #ACC083

Tints of Caper #ACC083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.46%

R = 34.75%
G = 38.79%
B = 26.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#ACC083 (or 0xACC083) is known color: Caper. HEX triplet: AC, C0 and 83. RGB value is (172,192,131). Sum of RGB (Red+Green+Blue) = 172+192+131=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC083 is #533F7C. Grayscale: #B3B3B3. Windows color (decimal): -5455741 or 8634540. OLE color: 8634540.

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

Color convert

RGB 172 192 131 -
CMYK 0.10 0 0.32 0.25
HSL 79.67º 0.33% 0.63% -
HSV(B) 79.67º 0.32% 0.75% -
XYZ 39.96 48.11 28.65 -
YUV 179.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 172 192 131 0.10 0 0.32 0.25 79.67 0.33 0.63
Hex AC C0 83 A 0 20 19 50 21 3F
Octal 254 300 203 12 0 40 31 120 41 77
Binary 10101100 11000000 10000011 1010 0 100000 11001 1010000 100001 111111

Color Harmonies of #ACC083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC083

Black with #ACC083

Text Example


Text Example

White with #ACC083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC083; }

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

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

background-color css

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

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

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

border-color css

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

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

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