#8BA63C

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

Shades of Sushi #8BA63C

Tints of Sushi #8BA63C

Color information

#8BA63C (or 0x8BA63C) is unknown color: approx Sushi. HEX triplet: 8B, A6 and 3C. RGB value is (139,166,60). Sum of RGB (Red+Green+Blue) = 139+166+60=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA63C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA63C is #7459C3. Grayscale: #929292. Windows color (decimal): -7625156 or 3974795. OLE color: 3974795.

HSL color Cylindrical-coordinate representation of color #8BA63C: hue angle of 75.28º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8BA63C is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB13916660-
CMYK0.1600.640.35
HSL75.28º46.9%44.31%-
HSV(B)75.28º63.86%65.1%-
XYZ25.133.099.34-
YUV145.8479.55123.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.08%
GREEN value IS 166 (65.23% from 255) = 45.48%
BLUE value IS 60 (23.83% from 255) = 16.44%
R=38.08%
G=45.48%
B=16.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal139166600.1600.640.3575.2846.944.31
Hex8BA63C10040234b2f2c
Octal21324674200100431135754
Binary100010111010011011110010000010000001000111001011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BA63C; }

 p { color: rgb(139,166,60); }

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

<style>
 a { background-color: #8BA63C; }

 a { background-color: rgb(139,166,60); }

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

<style>
 span { border-color: #8BA63C; }

 span { border-color: rgb(139,166,60); }

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