Html Css Color HEX #A6C380 Caper

📋 copy color: '#A6C380'

red 166 ◦ green 195 ◦ blue 128

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

Shades of Caper #A6C380

Tints of Caper #A6C380

RGB

 RED value IS 166 (65.23% from 255) = 33.95%

 GREEN value IS 195 (76.56% from 255) = 39.88%

 BLUE value IS 128 (50.39% from 255) = 26.18%

R = 33.95%
G = 39.88%
B = 26.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#A6C380 (or 0xA6C380) is known color: Caper. HEX triplet: A6, C3 and 80. RGB value is (166,195,128). Sum of RGB (Red+Green+Blue) = 166+195+128=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C380 is #593C7F. Grayscale: #B2B2B2. Windows color (decimal): -5848192 or 8438694. OLE color: 8438694.

HSL color Cylindrical-coordinate representation of color #A6C380: hue angle of 85.97º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6C380 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 195 128 -
CMYK 0.15 0 0.34 0.24
HSL 85.97º 0.36% 0.63% -
HSV(B) 85.97º 0.34% 0.76% -
XYZ 39.14 48.7 27.76 -
YUV 178.69 99.39 118.95 -
System Red Green Blue C M Y K H S L
Decimal 166 195 128 0.15 0 0.34 0.24 85.97 0.36 0.63
Hex A6 C3 80 F 0 22 18 56 24 3F
Octal 246 303 200 17 0 42 30 126 44 77
Binary 10100110 11000011 10000000 1111 0 100010 11000 1010110 100100 111111

Color Harmonies of #A6C380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C380

Black with #A6C380

Text Example


Text Example

White with #A6C380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C380; }

 p { color: rgb(166,195,128); }

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

background-color css

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

 a { background-color: rgb(166,195,128); }

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

border-color css

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

 span { border-color: rgb(166,195,128); }

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