Html Css Color HEX #A6C078 Caper

📋 copy color: '#A6C078'

red 166 ◦ green 192 ◦ blue 120

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

Shades of Caper #A6C078

Tints of Caper #A6C078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.1%

R = 34.73%
G = 40.17%
B = 25.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#A6C078 (or 0xA6C078) is known color: Caper. HEX triplet: A6, C0 and 78. RGB value is (166,192,120). Sum of RGB (Red+Green+Blue) = 166+192+120=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C078 is #593F87. Grayscale: #B0B0B0. Windows color (decimal): -5848968 or 7913638. OLE color: 7913638.

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

Color convert

RGB 166 192 120 -
CMYK 0.14 0 0.38 0.25
HSL 81.67º 0.36% 0.61% -
HSV(B) 81.67º 0.38% 0.75% -
XYZ 37.97 47.16 24.87 -
YUV 176.02 96.39 120.85 -
System Red Green Blue C M Y K H S L
Decimal 166 192 120 0.14 0 0.38 0.25 81.67 0.36 0.61
Hex A6 C0 78 E 0 26 19 52 24 3D
Octal 246 300 170 16 0 46 31 122 44 75
Binary 10100110 11000000 1111000 1110 0 100110 11001 1010010 100100 111101

Color Harmonies of #A6C078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C078

Black with #A6C078

Text Example


Text Example

White with #A6C078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C078; }

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

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

background-color css

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

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

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

border-color css

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

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

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