#84B041

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

Shades of Sushi #84B041

Tints of Sushi #84B041

Color information

#84B041 (or 0x84B041) is unknown color: approx Sushi. HEX triplet: 84, B0 and 41. RGB value is (132,176,65). Sum of RGB (Red+Green+Blue) = 132+176+65=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #84B041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84B041 is #7B4FBE. Grayscale: #969696. Windows color (decimal): -8081343 or 4305028. OLE color: 4305028.

HSL color Cylindrical-coordinate representation of color #84B041: hue angle of 83.78º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84B041 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB13217665-
CMYK0.2500.630.31
HSL83.78º46.06%47.25%-
HSV(B)83.78º63.07%69.02%-
XYZ2636.3410.64-
YUV150.1979.92115.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 176 (69.14% from 255) = 47.18%
BLUE value IS 65 (25.78% from 255) = 17.43%
R=35.39%
G=47.18%
B=17.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132176650.2500.630.3183.7846.0647.25
Hex84B0411903F1F542e2f
Octal20426010131077371245657
Binary10000100101100001000001110010111111111111010100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,176,65); }

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

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

 a { background-color: rgb(132,176,65); }

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

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

 span { border-color: rgb(132,176,65); }

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