Html Css Color HEX #A6BE76 Caper

📋 copy color: '#A6BE76'

red 166 ◦ green 190 ◦ blue 118

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

Shades of Caper #A6BE76

Tints of Caper #A6BE76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.89%

R = 35.02%
G = 40.08%
B = 24.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#A6BE76 (or 0xA6BE76) is known color: Caper. HEX triplet: A6, BE and 76. RGB value is (166,190,118). Sum of RGB (Red+Green+Blue) = 166+190+118=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BE76 is #594189. Grayscale: #AEAEAE. Windows color (decimal): -5849482 or 7782054. OLE color: 7782054.

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

Color convert

RGB 166 190 118 -
CMYK 0.13 0 0.38 0.25
HSL 80º 0.36% 0.6% -
HSV(B) 80º 0.38% 0.75% -
XYZ 37.41 46.24 24.09 -
YUV 174.62 96.05 121.85 -
System Red Green Blue C M Y K H S L
Decimal 166 190 118 0.13 0 0.38 0.25 80 0.36 0.6
Hex A6 BE 76 D 0 26 19 50 24 3C
Octal 246 276 166 15 0 46 31 120 44 74
Binary 10100110 10111110 1110110 1101 0 100110 11001 1010000 100100 111100

Color Harmonies of #A6BE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BE76

Black with #A6BE76

Text Example


Text Example

White with #A6BE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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