#829B25

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

Shades of Sushi #829B25

Tints of Sushi #829B25

Color information

#829B25 (or 0x829B25) is unknown color: approx Sushi. HEX triplet: 82, 9B and 25. RGB value is (130,155,37). Sum of RGB (Red+Green+Blue) = 130+155+37=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #829B25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829B25 is #7D64DA. Grayscale: #868686. Windows color (decimal): -8217819 or 2464642. OLE color: 2464642.

HSL color Cylindrical-coordinate representation of color #829B25: hue angle of 72.71º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #829B25 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB13015537-
CMYK0.1600.760.39
HSL72.71º61.46%37.65%-
HSV(B)72.71º76.13%60.78%-
XYZ21.2628.326.1-
YUV134.0773.22125.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 155 (60.94% from 255) = 48.14%
BLUE value IS 37 (14.84% from 255) = 11.49%
R=40.37%
G=48.14%
B=11.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130155370.1600.760.3972.7161.4637.65
Hex829B251004C27493d26
Octal20223345200114471117546
Binary100000101001101110010110000010011001001111001001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829B25; }

 p { color: rgb(130,155,37); }

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

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

 a { background-color: rgb(130,155,37); }

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

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

 span { border-color: rgb(130,155,37); }

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