Html Css Color HEX #A6BE7D Caper

📋 copy color: '#A6BE7D'

red 166 ◦ green 190 ◦ blue 125

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

Shades of Caper #A6BE7D

Tints of Caper #A6BE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.99%

R = 34.51%
G = 39.5%
B = 25.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#A6BE7D (or 0xA6BE7D) is known color: Caper. HEX triplet: A6, BE and 7D. RGB value is (166,190,125). Sum of RGB (Red+Green+Blue) = 166+190+125=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BE7D is #594182. Grayscale: #AFAFAF. Windows color (decimal): -5849475 or 8240806. OLE color: 8240806.

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

Color convert

RGB 166 190 125 -
CMYK 0.13 0 0.34 0.25
HSL 82.15º 0.33% 0.62% -
HSV(B) 82.15º 0.34% 0.75% -
XYZ 37.84 46.41 26.37 -
YUV 175.41 99.55 121.29 -
System Red Green Blue C M Y K H S L
Decimal 166 190 125 0.13 0 0.34 0.25 82.15 0.33 0.62
Hex A6 BE 7D D 0 22 19 52 21 3E
Octal 246 276 175 15 0 42 31 122 41 76
Binary 10100110 10111110 1111101 1101 0 100010 11001 1010010 100001 111110

Color Harmonies of #A6BE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BE7D

Black with #A6BE7D

Text Example


Text Example

White with #A6BE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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