Html Css Color HEX #A6BC7F Caper

📋 copy color: '#A6BC7F'

red 166 ◦ green 188 ◦ blue 127

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

Shades of Caper #A6BC7F

Tints of Caper #A6BC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.4%

R = 34.51%
G = 39.09%
B = 26.4%

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

#A6BC7F (or 0xA6BC7F) is known color: Caper. HEX triplet: A6, BC and 7F. RGB value is (166,188,127). Sum of RGB (Red+Green+Blue) = 166+188+127=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BC7F is #594380. Grayscale: #AEAEAE. Windows color (decimal): -5849985 or 8371366. OLE color: 8371366.

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

Color convert

RGB 166 188 127 -
CMYK 0.12 0 0.32 0.26
HSL 81.64º 0.31% 0.62% -
HSV(B) 81.64º 0.32% 0.74% -
XYZ 37.54 45.61 26.9 -
YUV 174.47 101.21 121.96 -
System Red Green Blue C M Y K H S L
Decimal 166 188 127 0.12 0 0.32 0.26 81.64 0.31 0.62
Hex A6 BC 7F C 0 20 1A 52 1F 3E
Octal 246 274 177 14 0 40 32 122 37 76
Binary 10100110 10111100 1111111 1100 0 100000 11010 1010010 11111 111110

Color Harmonies of #A6BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC7F

Black with #A6BC7F

Text Example


Text Example

White with #A6BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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