Html Css Color HEX #A6BF7F Caper

📋 copy color: '#A6BF7F'

red 166 ◦ green 191 ◦ blue 127

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

Shades of Caper #A6BF7F

Tints of Caper #A6BF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.24%

R = 34.3%
G = 39.46%
B = 26.24%

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

#A6BF7F (or 0xA6BF7F) is known color: Caper. HEX triplet: A6, BF and 7F. RGB value is (166,191,127). Sum of RGB (Red+Green+Blue) = 166+191+127=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BF7F is #594080. Grayscale: #B0B0B0. Windows color (decimal): -5849217 or 8372134. OLE color: 8372134.

HSL color Cylindrical-coordinate representation of color #A6BF7F: hue angle of 83.44º 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 #A6BF7F is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 191 127 -
CMYK 0.13 0 0.34 0.25
HSL 83.44º 0.33% 0.62% -
HSV(B) 83.44º 0.34% 0.75% -
XYZ 38.19 46.9 27.12 -
YUV 176.23 100.22 120.7 -
System Red Green Blue C M Y K H S L
Decimal 166 191 127 0.13 0 0.34 0.25 83.44 0.33 0.62
Hex A6 BF 7F D 0 22 19 53 21 3E
Octal 246 277 177 15 0 42 31 123 41 76
Binary 10100110 10111111 1111111 1101 0 100010 11001 1010011 100001 111110

Color Harmonies of #A6BF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BF7F

Black with #A6BF7F

Text Example


Text Example

White with #A6BF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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