Html Css Color HEX #A6BA7B Caper

📋 copy color: '#A6BA7B'

red 166 ◦ green 186 ◦ blue 123

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

Shades of Caper #A6BA7B

Tints of Caper #A6BA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.89%

R = 34.95%
G = 39.16%
B = 25.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#A6BA7B (or 0xA6BA7B) is known color: Caper. HEX triplet: A6, BA and 7B. RGB value is (166,186,123). Sum of RGB (Red+Green+Blue) = 166+186+123=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BA7B is #594584. Grayscale: #ADADAD. Windows color (decimal): -5850501 or 8108710. OLE color: 8108710.

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

Color convert

RGB 166 186 123 -
CMYK 0.11 0 0.34 0.27
HSL 79.05º 0.31% 0.61% -
HSV(B) 79.05º 0.34% 0.73% -
XYZ 36.86 44.65 25.42 -
YUV 172.84 99.87 123.12 -
System Red Green Blue C M Y K H S L
Decimal 166 186 123 0.11 0 0.34 0.27 79.05 0.31 0.61
Hex A6 BA 7B B 0 22 1B 4F 1F 3D
Octal 246 272 173 13 0 42 33 117 37 75
Binary 10100110 10111010 1111011 1011 0 100010 11011 1001111 11111 111101

Color Harmonies of #A6BA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA7B

Black with #A6BA7B

Text Example


Text Example

White with #A6BA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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