Html Css Color HEX #A6BA7D Caper

📋 copy color: '#A6BA7D'

red 166 ◦ green 186 ◦ blue 125

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

Shades of Caper #A6BA7D

Tints of Caper #A6BA7D

RGB

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

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

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

R = 34.8%
G = 38.99%
B = 26.21%

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

#A6BA7D (or 0xA6BA7D) is known color: Caper. HEX triplet: A6, BA and 7D. RGB value is (166,186,125). Sum of RGB (Red+Green+Blue) = 166+186+125=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BA7D is #594582. Grayscale: #ADADAD. Windows color (decimal): -5850499 or 8239782. OLE color: 8239782.

HSL color Cylindrical-coordinate representation of color #A6BA7D: hue angle of 79.67º 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 #A6BA7D is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 186 125 -
CMYK 0.11 0 0.33 0.27
HSL 79.67º 0.31% 0.61% -
HSV(B) 79.67º 0.33% 0.73% -
XYZ 36.99 44.71 26.08 -
YUV 173.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 166 186 125 0.11 0 0.33 0.27 79.67 0.31 0.61
Hex A6 BA 7D B 0 21 1B 50 1F 3D
Octal 246 272 175 13 0 41 33 120 37 75
Binary 10100110 10111010 1111101 1011 0 100001 11011 1010000 11111 111101

Color Harmonies of #A6BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA7D

Black with #A6BA7D

Text Example


Text Example

White with #A6BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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