Html Css Color HEX #A6B478 Caper

📋 copy color: '#A6B478'

red 166 ◦ green 180 ◦ blue 120

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

Shades of Caper #A6B478

Tints of Caper #A6B478

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.63%

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

R = 35.62%
G = 38.63%
B = 25.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#A6B478 (or 0xA6B478) is known color: Caper. HEX triplet: A6, B4 and 78. RGB value is (166,180,120). Sum of RGB (Red+Green+Blue) = 166+180+120=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B478 is #594B87. Grayscale: #A9A9A9. Windows color (decimal): -5852040 or 7910566. OLE color: 7910566.

HSL color Cylindrical-coordinate representation of color #A6B478: hue angle of 74º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6B478 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 180 120 -
CMYK 0.08 0 0.33 0.29
HSL 74º 0.29% 0.59% -
HSV(B) 74º 0.33% 0.71% -
XYZ 35.44 42.11 24.03 -
YUV 168.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 166 180 120 0.08 0 0.33 0.29 74 0.29 0.59
Hex A6 B4 78 8 0 21 1D 4A 1D 3B
Octal 246 264 170 10 0 41 35 112 35 73
Binary 10100110 10110100 1111000 1000 0 100001 11101 1001010 11101 111011

Color Harmonies of #A6B478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B478

Black with #A6B478

Text Example


Text Example

White with #A6B478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B478; }

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

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

background-color css

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

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

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

border-color css

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

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

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