Html Css Color HEX #A6BA81 Caper

📋 copy color: '#A6BA81'

red 166 ◦ green 186 ◦ blue 129

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

Shades of Caper #A6BA81

Tints of Caper #A6BA81

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.67%

 BLUE value IS 129 (50.78% from 255) = 26.82%

R = 34.51%
G = 38.67%
B = 26.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#A6BA81 (or 0xA6BA81) is known color: Caper. HEX triplet: A6, BA and 81. RGB value is (166,186,129). Sum of RGB (Red+Green+Blue) = 166+186+129=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BA81 is #59457E. Grayscale: #ADADAD. Windows color (decimal): -5850495 or 8501926. OLE color: 8501926.

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

Color convert

RGB 166 186 129 -
CMYK 0.11 0 0.31 0.27
HSL 81.05º 0.29% 0.62% -
HSV(B) 81.05º 0.31% 0.73% -
XYZ 37.25 44.81 27.45 -
YUV 173.52 102.87 122.63 -
System Red Green Blue C M Y K H S L
Decimal 166 186 129 0.11 0 0.31 0.27 81.05 0.29 0.62
Hex A6 BA 81 B 0 1F 1B 51 1D 3E
Octal 246 272 201 13 0 37 33 121 35 76
Binary 10100110 10111010 10000001 1011 0 11111 11011 1010001 11101 111110

Color Harmonies of #A6BA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA81

Black with #A6BA81

Text Example


Text Example

White with #A6BA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA81; }

 p { color: rgb(166,186,129); }

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

background-color css

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

 a { background-color: rgb(166,186,129); }

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

border-color css

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

 span { border-color: rgb(166,186,129); }

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