#84B13F

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

Shades of Sushi #84B13F

Tints of Sushi #84B13F

Color information

#84B13F (or 0x84B13F) is unknown color: approx Sushi. HEX triplet: 84, B1 and 3F. RGB value is (132,177,63). Sum of RGB (Red+Green+Blue) = 132+177+63=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #84B13F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84B13F is #7B4EC0. Grayscale: #969696. Windows color (decimal): -8081089 or 4174212. OLE color: 4174212.

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

Color convert

RGB13217763-
CMYK0.2500.640.31
HSL83.68º47.5%47.06%-
HSV(B)83.68º64.41%69.41%-
XYZ26.1436.7110.41-
YUV150.5578.59114.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.48%
GREEN value IS 177 (69.53% from 255) = 47.58%
BLUE value IS 63 (25% from 255) = 16.94%
R=35.48%
G=47.58%
B=16.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132177630.2500.640.3183.6847.547.06
Hex84B13F190401F54302f
Octal20426177310100371246057
Binary10000100101100011111111100101000000111111010100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,177,63); }

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

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

 a { background-color: rgb(132,177,63); }

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

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

 span { border-color: rgb(132,177,63); }

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