Html Css Color HEX #A6BB7E Caper

📋 copy color: '#A6BB7E'

red 166 ◦ green 187 ◦ blue 126

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

Shades of Caper #A6BB7E

Tints of Caper #A6BB7E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.04%

 BLUE value IS 126 (49.61% from 255) = 26.3%

R = 34.66%
G = 39.04%
B = 26.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#A6BB7E (or 0xA6BB7E) is known color: Caper. HEX triplet: A6, BB and 7E. RGB value is (166,187,126). Sum of RGB (Red+Green+Blue) = 166+187+126=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BB7E is #594481. Grayscale: #ADADAD. Windows color (decimal): -5850242 or 8305574. OLE color: 8305574.

HSL color Cylindrical-coordinate representation of color #A6BB7E: hue angle of 80.66º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6BB7E is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 187 126 -
CMYK 0.11 0 0.33 0.27
HSL 80.66º 0.31% 0.61% -
HSV(B) 80.66º 0.33% 0.73% -
XYZ 37.26 45.15 26.49 -
YUV 173.77 101.04 122.46 -
System Red Green Blue C M Y K H S L
Decimal 166 187 126 0.11 0 0.33 0.27 80.66 0.31 0.61
Hex A6 BB 7E B 0 21 1B 51 1F 3D
Octal 246 273 176 13 0 41 33 121 37 75
Binary 10100110 10111011 1111110 1011 0 100001 11011 1010001 11111 111101

Color Harmonies of #A6BB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BB7E

Black with #A6BB7E

Text Example


Text Example

White with #A6BB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BB7E; }

 p { color: rgb(166,187,126); }

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

background-color css

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

 a { background-color: rgb(166,187,126); }

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

border-color css

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

 span { border-color: rgb(166,187,126); }

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