#84A13D

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

Shades of Sushi #84A13D

Tints of Sushi #84A13D

Color information

#84A13D (or 0x84A13D) is unknown color: approx Sushi. HEX triplet: 84, A1 and 3D. RGB value is (132,161,61). Sum of RGB (Red+Green+Blue) = 132+161+61=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 161 - color contains mainly: green. Hex color #84A13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A13D is #7B5EC2. Grayscale: #8D8D8D. Windows color (decimal): -8085187 or 4039044. OLE color: 4039044.

HSL color Cylindrical-coordinate representation of color #84A13D: hue angle of 77.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84A13D is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB13216161-
CMYK0.1800.620.37
HSL77.4º45.05%43.53%-
HSV(B)77.4º62.11%63.14%-
XYZ23.130.739.13-
YUV140.9382.89121.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 161 (63.28% from 255) = 45.48%
BLUE value IS 61 (24.22% from 255) = 17.23%
R=37.29%
G=45.48%
B=17.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal132161610.1800.620.3777.445.0543.53
Hex84A13D1203E254d2d2c
Octal2042417522076451155554
Binary10000100101000011111011001001111101001011001101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,161,61); }

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

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

 a { background-color: rgb(132,161,61); }

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

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

 span { border-color: rgb(132,161,61); }

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