Html Css Color HEX #A6B978 Caper

📋 copy color: '#A6B978'

red 166 ◦ green 185 ◦ blue 120

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

Shades of Caper #A6B978

Tints of Caper #A6B978

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.28%

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

R = 35.24%
G = 39.28%
B = 25.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#A6B978 (or 0xA6B978) is known color: Caper. HEX triplet: A6, B9 and 78. RGB value is (166,185,120). Sum of RGB (Red+Green+Blue) = 166+185+120=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B978 is #594687. Grayscale: #ACACAC. Windows color (decimal): -5850760 or 7911846. OLE color: 7911846.

HSL color Cylindrical-coordinate representation of color #A6B978: hue angle of 77.54º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6B978 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 185 120 -
CMYK 0.10 0 0.35 0.27
HSL 77.54º 0.32% 0.6% -
HSV(B) 77.54º 0.35% 0.73% -
XYZ 36.47 44.16 24.37 -
YUV 171.91 98.71 123.79 -
System Red Green Blue C M Y K H S L
Decimal 166 185 120 0.10 0 0.35 0.27 77.54 0.32 0.6
Hex A6 B9 78 A 0 23 1B 4E 20 3C
Octal 246 271 170 12 0 43 33 116 40 74
Binary 10100110 10111001 1111000 1010 0 100011 11011 1001110 100000 111100

Color Harmonies of #A6B978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B978

Black with #A6B978

Text Example


Text Example

White with #A6B978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B978; }

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

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

background-color css

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

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

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

border-color css

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

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

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