#829F25

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

Shades of Sushi #829F25

Tints of Sushi #829F25

Color information

#829F25 (or 0x829F25) is unknown color: approx Sushi. HEX triplet: 82, 9F and 25. RGB value is (130,159,37). Sum of RGB (Red+Green+Blue) = 130+159+37=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 159 - color contains mainly: green. Hex color #829F25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829F25 is #7D60DA. Grayscale: #888888. Windows color (decimal): -8216795 or 2465666. OLE color: 2465666.

HSL color Cylindrical-coordinate representation of color #829F25: hue angle of 74.26º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #829F25 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB13015937-
CMYK0.1800.770.38
HSL74.26º62.24%38.43%-
HSV(B)74.26º76.73%62.35%-
XYZ21.9429.686.32-
YUV136.4271.89123.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.88%
GREEN value IS 159 (62.5% from 255) = 48.77%
BLUE value IS 37 (14.84% from 255) = 11.35%
R=39.88%
G=48.77%
B=11.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130159370.1800.770.3874.2662.2438.43
Hex829F251204D264a3e26
Octal20223745220115461127646
Binary100000101001111110010110010010011011001101001010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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