Html Css Color HEX #829F28 Sushi

📋 copy color: '#829F28'

red 130 ◦ green 159 ◦ blue 40

#829F28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #829F28

Tints of Sushi #829F28

RGB

 RED value IS 130 (51.17% from 255) = 39.51%

 GREEN value IS 159 (62.5% from 255) = 48.33%

 BLUE value IS 40 (16.02% from 255) = 12.16%

R = 39.51%
G = 48.33%
B = 12.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#829F28 (or 0x829F28) is known color: Sushi. HEX triplet: 82, 9F and 28. RGB value is (130,159,40). Sum of RGB (Red+Green+Blue) = 130+159+40=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #829F28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829F28 is #7D60D7. Grayscale: #898989. Windows color (decimal): -8216792 or 2662274. OLE color: 2662274.

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

Color convert

RGB 130 159 40 -
CMYK 0.18 0 0.75 0.38
HSL 74.62º 0.6% 0.39% -
HSV(B) 74.62º 0.75% 0.62% -
XYZ 21.99 29.7 6.58 -
YUV 136.76 73.39 123.18 -
System Red Green Blue C M Y K H S L
Decimal 130 159 40 0.18 0 0.75 0.38 74.62 0.6 0.39
Hex 82 9F 28 12 0 4B 26 4B 3C 27
Octal 202 237 50 22 0 113 46 113 74 47
Binary 10000010 10011111 101000 10010 0 1001011 100110 1001011 111100 100111

Color Harmonies of #829F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829F28

Black with #829F28

Text Example


Text Example

White with #829F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #829F28;
 }
 .AnyTagClassName
 {
   color: #829F28;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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