#819932

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

Shades of Sushi #819932

Tints of Sushi #819932

Color information

#819932 (or 0x819932) is unknown color: approx Sushi. HEX triplet: 81, 99 and 32. RGB value is (129,153,50). Sum of RGB (Red+Green+Blue) = 129+153+50=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #819932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819932 is #7E66CD. Grayscale: #868686. Windows color (decimal): -8283854 or 3316097. OLE color: 3316097.

HSL color Cylindrical-coordinate representation of color #819932: hue angle of 73.98º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #819932 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB12915350-
CMYK0.1600.670.4
HSL73.98º50.74%39.8%-
HSV(B)73.98º67.32%60%-
XYZ21.0227.687.25-
YUV134.0880.55124.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 153 (60.16% from 255) = 46.08%
BLUE value IS 50 (19.92% from 255) = 15.06%
R=38.86%
G=46.08%
B=15.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129153500.1600.670.473.9850.7439.8
Hex81993210043284a3328
Octal20123162200103501126350
Binary100000011001100111001010000010000111010001001010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819932; }

 p { color: rgb(129,153,50); }

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

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

 a { background-color: rgb(129,153,50); }

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

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

 span { border-color: rgb(129,153,50); }

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