#84AD38

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

Shades of Sushi #84AD38

Tints of Sushi #84AD38

Color information

#84AD38 (or 0x84AD38) is unknown color: approx Sushi. HEX triplet: 84, AD and 38. RGB value is (132,173,56). Sum of RGB (Red+Green+Blue) = 132+173+56=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AD38 is #7B52C7. Grayscale: #939393. Windows color (decimal): -8082120 or 3714436. OLE color: 3714436.

HSL color Cylindrical-coordinate representation of color #84AD38: hue angle of 81.03º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84AD38 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB13217356-
CMYK0.2400.680.32
HSL81.03º51.09%44.9%-
HSV(B)81.03º67.63%67.84%-
XYZ25.1735.089.19-
YUV147.476.42117.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 173 (67.97% from 255) = 47.92%
BLUE value IS 56 (22.27% from 255) = 15.51%
R=36.57%
G=47.92%
B=15.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132173560.2400.680.3281.0351.0944.9
Hex84AD38180442051332d
Octal20425570300104401216355
Binary100001001010110111100011000010001001000001010001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,173,56); }

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

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

 a { background-color: rgb(132,173,56); }

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

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

 span { border-color: rgb(132,173,56); }

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