Html Css Color HEX #A6BD76 Caper

📋 copy color: '#A6BD76'

red 166 ◦ green 189 ◦ blue 118

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

Shades of Caper #A6BD76

Tints of Caper #A6BD76

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.96%

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

R = 35.1%
G = 39.96%
B = 24.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#A6BD76 (or 0xA6BD76) is known color: Caper. HEX triplet: A6, BD and 76. RGB value is (166,189,118). Sum of RGB (Red+Green+Blue) = 166+189+118=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BD76 is #594289. Grayscale: #AEAEAE. Windows color (decimal): -5849738 or 7781798. OLE color: 7781798.

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

Color convert

RGB 166 189 118 -
CMYK 0.12 0 0.38 0.26
HSL 79.44º 0.35% 0.6% -
HSV(B) 79.44º 0.38% 0.74% -
XYZ 37.19 45.81 24.02 -
YUV 174.03 96.38 122.27 -
System Red Green Blue C M Y K H S L
Decimal 166 189 118 0.12 0 0.38 0.26 79.44 0.35 0.6
Hex A6 BD 76 C 0 26 1A 4F 23 3C
Octal 246 275 166 14 0 46 32 117 43 74
Binary 10100110 10111101 1110110 1100 0 100110 11010 1001111 100011 111100

Color Harmonies of #A6BD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BD76

Black with #A6BD76

Text Example


Text Example

White with #A6BD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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