Html Css Color HEX #A6BF7D Caper

📋 copy color: '#A6BF7D'

red 166 ◦ green 191 ◦ blue 125

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

Shades of Caper #A6BF7D

Tints of Caper #A6BF7D

RGB

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

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

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

R = 34.44%
G = 39.63%
B = 25.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#A6BF7D (or 0xA6BF7D) is known color: Caper. HEX triplet: A6, BF and 7D. RGB value is (166,191,125). Sum of RGB (Red+Green+Blue) = 166+191+125=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BF7D is #594082. Grayscale: #B0B0B0. Windows color (decimal): -5849219 or 8241062. OLE color: 8241062.

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

Color convert

RGB 166 191 125 -
CMYK 0.13 0 0.35 0.25
HSL 82.73º 0.34% 0.62% -
HSV(B) 82.73º 0.35% 0.75% -
XYZ 38.06 46.85 26.44 -
YUV 176 99.22 120.87 -
System Red Green Blue C M Y K H S L
Decimal 166 191 125 0.13 0 0.35 0.25 82.73 0.34 0.62
Hex A6 BF 7D D 0 23 19 53 22 3E
Octal 246 277 175 15 0 43 31 123 42 76
Binary 10100110 10111111 1111101 1101 0 100011 11001 1010011 100010 111110

Color Harmonies of #A6BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BF7D

Black with #A6BF7D

Text Example


Text Example

White with #A6BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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