#84B03B

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

Shades of Sushi #84B03B

Tints of Sushi #84B03B

Color information

#84B03B (or 0x84B03B) is unknown color: approx Sushi. HEX triplet: 84, B0 and 3B. RGB value is (132,176,59). Sum of RGB (Red+Green+Blue) = 132+176+59=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #84B03B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84B03B is #7B4FC4. Grayscale: #959595. Windows color (decimal): -8081349 or 3911812. OLE color: 3911812.

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

Color convert

RGB13217659-
CMYK0.2500.660.31
HSL82.56º49.79%46.08%-
HSV(B)82.56º66.48%69.02%-
XYZ25.8336.279.78-
YUV149.5176.92115.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 176 (69.14% from 255) = 47.96%
BLUE value IS 59 (23.44% from 255) = 16.08%
R=35.97%
G=47.96%
B=16.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132176590.2500.660.3182.5649.7946.08
Hex84B03B190421F53322e
Octal20426073310102371236256
Binary10000100101100001110111100101000010111111010011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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