Html Css Color HEX #A6BF7A Caper

📋 copy color: '#A6BF7A'

red 166 ◦ green 191 ◦ blue 122

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

Shades of Caper #A6BF7A

Tints of Caper #A6BF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.47%

R = 34.66%
G = 39.87%
B = 25.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#A6BF7A (or 0xA6BF7A) is known color: Caper. HEX triplet: A6, BF and 7A. RGB value is (166,191,122). Sum of RGB (Red+Green+Blue) = 166+191+122=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BF7A is #594085. Grayscale: #AFAFAF. Windows color (decimal): -5849222 or 8044454. OLE color: 8044454.

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

Color convert

RGB 166 191 122 -
CMYK 0.13 0 0.36 0.25
HSL 81.74º 0.35% 0.61% -
HSV(B) 81.74º 0.36% 0.75% -
XYZ 37.87 46.77 25.44 -
YUV 175.66 97.72 121.11 -
System Red Green Blue C M Y K H S L
Decimal 166 191 122 0.13 0 0.36 0.25 81.74 0.35 0.61
Hex A6 BF 7A D 0 24 19 52 23 3D
Octal 246 277 172 15 0 44 31 122 43 75
Binary 10100110 10111111 1111010 1101 0 100100 11001 1010010 100011 111101

Color Harmonies of #A6BF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BF7A

Black with #A6BF7A

Text Example


Text Example

White with #A6BF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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