#84A63F

Color #84A63F Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #84A63F

Tints of Sushi #84A63F

Color information

#84A63F (or 0x84A63F) is unknown color: approx Sushi. HEX triplet: 84, A6 and 3F. RGB value is (132,166,63). Sum of RGB (Red+Green+Blue) = 132+166+63=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 166 - color contains mainly: green. Hex color #84A63F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A63F is #7B59C0. Grayscale: #909090. Windows color (decimal): -8083905 or 4171396. OLE color: 4171396.

HSL color Cylindrical-coordinate representation of color #84A63F: hue angle of 79.81º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84A63F is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB13216663-
CMYK0.2000.620.35
HSL79.81º44.98%44.9%-
HSV(B)79.81º62.05%65.1%-
XYZ24.0532.549.72-
YUV144.0982.24119.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 166 (65.23% from 255) = 45.98%
BLUE value IS 63 (25% from 255) = 17.45%
R=36.57%
G=45.98%
B=17.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132166630.2000.620.3579.8144.9844.9
Hex84A63F1403E23502d2d
Octal2042467724076431205555
Binary10000100101001101111111010001111101000111010000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A63F; }

 p { color: rgb(132,166,63); }

 H1.HeaderClassName
 {
   color: #84A63F;
 }
 .AnyTagClassName
 {
   color: #84A63F;
 }
</style>
background-color css

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

 a { background-color: rgb(132,166,63); }

 div.DivClassName
 {
   background-color: #84A63F;
 }
 .BgClassName
 {
   background-color: #84A63F;
 }
</style>
border-color css

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

 span { border-color: rgb(132,166,63); }

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