Html Css Color HEX #A6BE7C Caper

📋 copy color: '#A6BE7C'

red 166 ◦ green 190 ◦ blue 124

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

Shades of Caper #A6BE7C

Tints of Caper #A6BE7C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.58%

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

R = 34.58%
G = 39.58%
B = 25.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#A6BE7C (or 0xA6BE7C) is known color: Caper. HEX triplet: A6, BE and 7C. RGB value is (166,190,124). Sum of RGB (Red+Green+Blue) = 166+190+124=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BE7C is #594183. Grayscale: #AFAFAF. Windows color (decimal): -5849476 or 8175270. OLE color: 8175270.

HSL color Cylindrical-coordinate representation of color #A6BE7C: hue angle of 81.82º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6BE7C is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 190 124 -
CMYK 0.13 0 0.35 0.25
HSL 81.82º 0.34% 0.62% -
HSV(B) 81.82º 0.35% 0.75% -
XYZ 37.78 46.39 26.03 -
YUV 175.3 99.05 121.37 -
System Red Green Blue C M Y K H S L
Decimal 166 190 124 0.13 0 0.35 0.25 81.82 0.34 0.62
Hex A6 BE 7C D 0 23 19 52 22 3E
Octal 246 276 174 15 0 43 31 122 42 76
Binary 10100110 10111110 1111100 1101 0 100011 11001 1010010 100010 111110

Color Harmonies of #A6BE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BE7C

Black with #A6BE7C

Text Example


Text Example

White with #A6BE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BE7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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