#84B03C

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

Shades of Sushi #84B03C

Tints of Sushi #84B03C

Color information

#84B03C (or 0x84B03C) is unknown color: approx Sushi. HEX triplet: 84, B0 and 3C. RGB value is (132,176,60). Sum of RGB (Red+Green+Blue) = 132+176+60=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 176 - color contains mainly: green. Hex color #84B03C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84B03C is #7B4FC3. Grayscale: #969696. Windows color (decimal): -8081348 or 3977348. OLE color: 3977348.

HSL color Cylindrical-coordinate representation of color #84B03C: hue angle of 82.76º degrees, saturation: 0.49, 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 #84B03C is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB13217660-
CMYK0.2500.660.31
HSL82.76º49.15%46.27%-
HSV(B)82.76º65.91%69.02%-
XYZ25.8636.289.92-
YUV149.6277.42115.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.87%
GREEN value IS 176 (69.14% from 255) = 47.83%
BLUE value IS 60 (23.83% from 255) = 16.30%
R=35.87%
G=47.83%
B=16.30%

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
Decimal132176600.2500.660.3182.7649.1546.27
Hex84B03C190421F53312e
Octal20426074310102371236156
Binary10000100101100001111001100101000010111111010011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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