Html Css Color HEX #A8C284 Caper

📋 copy color: '#A8C284'

red 168 ◦ green 194 ◦ blue 132

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

Shades of Caper #A8C284

Tints of Caper #A8C284

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.27%

 BLUE value IS 132 (51.95% from 255) = 26.72%

R = 34.01%
G = 39.27%
B = 26.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#A8C284 (or 0xA8C284) is known color: Caper. HEX triplet: A8, C2 and 84. RGB value is (168,194,132). Sum of RGB (Red+Green+Blue) = 168+194+132=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C284 is #573D7B. Grayscale: #B3B3B3. Windows color (decimal): -5717372 or 8700584. OLE color: 8700584.

HSL color Cylindrical-coordinate representation of color #A8C284: hue angle of 85.16º 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 #A8C284 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 194 132 -
CMYK 0.13 0 0.32 0.24
HSL 85.16º 0.34% 0.64% -
HSV(B) 85.16º 0.32% 0.76% -
XYZ 39.61 48.57 29.12 -
YUV 179.16 101.39 120.04 -
System Red Green Blue C M Y K H S L
Decimal 168 194 132 0.13 0 0.32 0.24 85.16 0.34 0.64
Hex A8 C2 84 D 0 20 18 55 22 40
Octal 250 302 204 15 0 40 30 125 42 100
Binary 10101000 11000010 10000100 1101 0 100000 11000 1010101 100010 1000000

Color Harmonies of #A8C284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C284

Black with #A8C284

Text Example


Text Example

White with #A8C284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C284; }

 p { color: rgb(168,194,132); }

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

background-color css

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

 a { background-color: rgb(168,194,132); }

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

border-color css

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

 span { border-color: rgb(168,194,132); }

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