#819C27

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

Shades of Sushi #819C27

Tints of Sushi #819C27

Color information

#819C27 (or 0x819C27) is unknown color: approx Sushi. HEX triplet: 81, 9C and 27. RGB value is (129,156,39). Sum of RGB (Red+Green+Blue) = 129+156+39=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #819C27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819C27 is #7E63D8. Grayscale: #878787. Windows color (decimal): -8283097 or 2595969. OLE color: 2595969.

HSL color Cylindrical-coordinate representation of color #819C27: hue angle of 73.85º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #819C27 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB12915639-
CMYK0.1700.750.39
HSL73.85º60%38.24%-
HSV(B)73.85º75%61.18%-
XYZ21.3128.596.31-
YUV134.5974.05124.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.81%
GREEN value IS 156 (61.33% from 255) = 48.15%
BLUE value IS 39 (15.62% from 255) = 12.04%
R=39.81%
G=48.15%
B=12.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal129156390.1700.750.3973.856038.24
Hex819C271104B274a3c26
Octal20123447210113471127446
Binary100000011001110010011110001010010111001111001010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819C27; }

 p { color: rgb(129,156,39); }

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

<style>
 a { background-color: #819C27; }

 a { background-color: rgb(129,156,39); }

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

<style>
 span { border-color: #819C27; }

 span { border-color: rgb(129,156,39); }

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