Html Css Color HEX #ACC483 Caper

📋 copy color: '#ACC483'

red 172 ◦ green 196 ◦ blue 131

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

Shades of Caper #ACC483

Tints of Caper #ACC483

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.28%

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

R = 34.47%
G = 39.28%
B = 26.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#ACC483 (or 0xACC483) is known color: Caper. HEX triplet: AC, C4 and 83. RGB value is (172,196,131). Sum of RGB (Red+Green+Blue) = 172+196+131=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC483 is #533B7C. Grayscale: #B5B5B5. Windows color (decimal): -5454717 or 8635564. OLE color: 8635564.

HSL color Cylindrical-coordinate representation of color #ACC483: hue angle of 82.15º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACC483 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 131 -
CMYK 0.12 0 0.33 0.23
HSL 82.15º 0.36% 0.64% -
HSV(B) 82.15º 0.33% 0.77% -
XYZ 40.85 49.89 28.95 -
YUV 181.41 99.55 121.29 -
System Red Green Blue C M Y K H S L
Decimal 172 196 131 0.12 0 0.33 0.23 82.15 0.36 0.64
Hex AC C4 83 C 0 21 17 52 24 40
Octal 254 304 203 14 0 41 27 122 44 100
Binary 10101100 11000100 10000011 1100 0 100001 10111 1010010 100100 1000000

Color Harmonies of #ACC483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC483

Black with #ACC483

Text Example


Text Example

White with #ACC483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC483; }

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

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

background-color css

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

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

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

border-color css

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

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

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