Html Css Color HEX #A6BC7E Caper

📋 copy color: '#A6BC7E'

red 166 ◦ green 188 ◦ blue 126

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

Shades of Caper #A6BC7E

Tints of Caper #A6BC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.25%

R = 34.58%
G = 39.17%
B = 26.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#A6BC7E (or 0xA6BC7E) is known color: Caper. HEX triplet: A6, BC and 7E. RGB value is (166,188,126). Sum of RGB (Red+Green+Blue) = 166+188+126=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BC7E is #594381. Grayscale: #AEAEAE. Windows color (decimal): -5849986 or 8305830. OLE color: 8305830.

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

Color convert

RGB 166 188 126 -
CMYK 0.12 0 0.33 0.26
HSL 81.29º 0.32% 0.62% -
HSV(B) 81.29º 0.33% 0.74% -
XYZ 37.48 45.58 26.56 -
YUV 174.35 100.71 122.04 -
System Red Green Blue C M Y K H S L
Decimal 166 188 126 0.12 0 0.33 0.26 81.29 0.32 0.62
Hex A6 BC 7E C 0 21 1A 51 20 3E
Octal 246 274 176 14 0 41 32 121 40 76
Binary 10100110 10111100 1111110 1100 0 100001 11010 1010001 100000 111110

Color Harmonies of #A6BC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC7E

Black with #A6BC7E

Text Example


Text Example

White with #A6BC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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