Html Css Color HEX #A6BC7C Caper

📋 copy color: '#A6BC7C'

red 166 ◦ green 188 ◦ blue 124

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

Shades of Caper #A6BC7C

Tints of Caper #A6BC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.94%

R = 34.73%
G = 39.33%
B = 25.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#A6BC7C (or 0xA6BC7C) is known color: Caper. HEX triplet: A6, BC and 7C. RGB value is (166,188,124). Sum of RGB (Red+Green+Blue) = 166+188+124=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BC7C is #594383. Grayscale: #AEAEAE. Windows color (decimal): -5849988 or 8174758. OLE color: 8174758.

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

Color convert

RGB 166 188 124 -
CMYK 0.12 0 0.34 0.26
HSL 80.63º 0.32% 0.61% -
HSV(B) 80.63º 0.34% 0.74% -
XYZ 37.35 45.53 25.89 -
YUV 174.13 99.71 122.2 -
System Red Green Blue C M Y K H S L
Decimal 166 188 124 0.12 0 0.34 0.26 80.63 0.32 0.61
Hex A6 BC 7C C 0 22 1A 51 20 3D
Octal 246 274 174 14 0 42 32 121 40 75
Binary 10100110 10111100 1111100 1100 0 100010 11010 1010001 100000 111101

Color Harmonies of #A6BC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC7C

Black with #A6BC7C

Text Example


Text Example

White with #A6BC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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