Html Css Color HEX #A6BF76 Caper

📋 copy color: '#A6BF76'

red 166 ◦ green 191 ◦ blue 118

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

Shades of Caper #A6BF76

Tints of Caper #A6BF76

RGB

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

 GREEN value IS 191 (75% from 255) = 40.21%

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

R = 34.95%
G = 40.21%
B = 24.84%

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

#A6BF76 (or 0xA6BF76) is known color: Caper. HEX triplet: A6, BF and 76. RGB value is (166,191,118). Sum of RGB (Red+Green+Blue) = 166+191+118=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BF76 is #594089. Grayscale: #AFAFAF. Windows color (decimal): -5849226 or 7782310. OLE color: 7782310.

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

Color convert

RGB 166 191 118 -
CMYK 0.13 0 0.38 0.25
HSL 80.55º 0.36% 0.61% -
HSV(B) 80.55º 0.38% 0.75% -
XYZ 37.63 46.68 24.17 -
YUV 175.2 95.72 121.44 -
System Red Green Blue C M Y K H S L
Decimal 166 191 118 0.13 0 0.38 0.25 80.55 0.36 0.61
Hex A6 BF 76 D 0 26 19 51 24 3D
Octal 246 277 166 15 0 46 31 121 44 75
Binary 10100110 10111111 1110110 1101 0 100110 11001 1010001 100100 111101

Color Harmonies of #A6BF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BF76

Black with #A6BF76

Text Example


Text Example

White with #A6BF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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