Html Css Color HEX #A8C482 Caper

📋 copy color: '#A8C482'

red 168 ◦ green 196 ◦ blue 130

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

Shades of Caper #A8C482

Tints of Caper #A8C482

RGB

 RED value IS 168 (66.02% from 255) = 34.01%

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

 BLUE value IS 130 (51.17% from 255) = 26.32%

R = 34.01%
G = 39.68%
B = 26.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#A8C482 (or 0xA8C482) is known color: Caper. HEX triplet: A8, C4 and 82. RGB value is (168,196,130). Sum of RGB (Red+Green+Blue) = 168+196+130=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C482 is #573B7D. Grayscale: #B4B4B4. Windows color (decimal): -5716862 or 8570024. OLE color: 8570024.

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

Color convert

RGB 168 196 130 -
CMYK 0.14 0 0.34 0.23
HSL 85.45º 0.36% 0.64% -
HSV(B) 85.45º 0.34% 0.77% -
XYZ 39.92 49.42 28.55 -
YUV 180.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 168 196 130 0.14 0 0.34 0.23 85.45 0.36 0.64
Hex A8 C4 82 E 0 22 17 55 24 40
Octal 250 304 202 16 0 42 27 125 44 100
Binary 10101000 11000100 10000010 1110 0 100010 10111 1010101 100100 1000000

Color Harmonies of #A8C482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C482

Black with #A8C482

Text Example


Text Example

White with #A8C482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C482; }

 p { color: rgb(168,196,130); }

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

background-color css

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

 a { background-color: rgb(168,196,130); }

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

border-color css

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

 span { border-color: rgb(168,196,130); }

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