Html Css Color HEX #A6C07C Caper

📋 copy color: '#A6C07C'

red 166 ◦ green 192 ◦ blue 124

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

Shades of Caper #A6C07C

Tints of Caper #A6C07C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.83%

 BLUE value IS 124 (48.83% from 255) = 25.73%

R = 34.44%
G = 39.83%
B = 25.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#A6C07C (or 0xA6C07C) is known color: Caper. HEX triplet: A6, C0 and 7C. RGB value is (166,192,124). Sum of RGB (Red+Green+Blue) = 166+192+124=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C07C is #593F83. Grayscale: #B0B0B0. Windows color (decimal): -5848964 or 8175782. OLE color: 8175782.

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

Color convert

RGB 166 192 124 -
CMYK 0.14 0 0.35 0.25
HSL 82.94º 0.35% 0.62% -
HSV(B) 82.94º 0.35% 0.75% -
XYZ 38.21 47.26 26.18 -
YUV 176.47 98.39 120.53 -
System Red Green Blue C M Y K H S L
Decimal 166 192 124 0.14 0 0.35 0.25 82.94 0.35 0.62
Hex A6 C0 7C E 0 23 19 53 23 3E
Octal 246 300 174 16 0 43 31 123 43 76
Binary 10100110 11000000 1111100 1110 0 100011 11001 1010011 100011 111110

Color Harmonies of #A6C07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C07C

Black with #A6C07C

Text Example


Text Example

White with #A6C07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C07C; }

 p { color: rgb(166,192,124); }

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

background-color css

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

 a { background-color: rgb(166,192,124); }

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

border-color css

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

 span { border-color: rgb(166,192,124); }

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