Html Css Color HEX #A6BC80 Caper

📋 copy color: '#A6BC80'

red 166 ◦ green 188 ◦ blue 128

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

Shades of Caper #A6BC80

Tints of Caper #A6BC80

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39%

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

R = 34.44%
G = 39%
B = 26.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#A6BC80 (or 0xA6BC80) is known color: Caper. HEX triplet: A6, BC and 80. RGB value is (166,188,128). Sum of RGB (Red+Green+Blue) = 166+188+128=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BC80 is #59437F. Grayscale: #AEAEAE. Windows color (decimal): -5849984 or 8436902. OLE color: 8436902.

HSL color Cylindrical-coordinate representation of color #A6BC80: hue angle of 82º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6BC80 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 188 128 -
CMYK 0.12 0 0.32 0.26
HSL 82º 0.31% 0.62% -
HSV(B) 82º 0.32% 0.74% -
XYZ 37.61 45.63 27.25 -
YUV 174.58 101.71 121.88 -
System Red Green Blue C M Y K H S L
Decimal 166 188 128 0.12 0 0.32 0.26 82 0.31 0.62
Hex A6 BC 80 C 0 20 1A 52 1F 3E
Octal 246 274 200 14 0 40 32 122 37 76
Binary 10100110 10111100 10000000 1100 0 100000 11010 1010010 11111 111110

Color Harmonies of #A6BC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC80

Black with #A6BC80

Text Example


Text Example

White with #A6BC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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