#819826

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

Shades of Sushi #819826

Tints of Sushi #819826

Color information

#819826 (or 0x819826) is unknown color: approx Sushi. HEX triplet: 81, 98 and 26. RGB value is (129,152,38). Sum of RGB (Red+Green+Blue) = 129+152+38=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #819826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819826 is #7E67D9. Grayscale: #848484. Windows color (decimal): -8284122 or 2529409. OLE color: 2529409.

HSL color Cylindrical-coordinate representation of color #819826: hue angle of 72.11º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #819826 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB12915238-
CMYK0.1500.750.40
HSL72.11º60%37.25%-
HSV(B)72.11º75%59.61%-
XYZ20.6327.266.01-
YUV132.1374.88125.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 152 (59.77% from 255) = 47.65%
BLUE value IS 38 (15.23% from 255) = 11.91%
R=40.44%
G=47.65%
B=11.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal129152380.1500.750.4072.116037.25
Hex819826F04B28483c25
Octal20123046170113501107445
Binary10000001100110001001101111010010111010001001000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819826; }

 p { color: rgb(129,152,38); }

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

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

 a { background-color: rgb(129,152,38); }

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

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

 span { border-color: rgb(129,152,38); }

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