Html Css Color HEX #829D28 Sushi

📋 copy color: '#829D28'

red 130 ◦ green 157 ◦ blue 40

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

Shades of Sushi #829D28

Tints of Sushi #829D28

RGB

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

 GREEN value IS 157 (61.72% from 255) = 48.01%

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

R = 39.76%
G = 48.01%
B = 12.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#829D28 (or 0x829D28) is known color: Sushi. HEX triplet: 82, 9D and 28. RGB value is (130,157,40). Sum of RGB (Red+Green+Blue) = 130+157+40=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 157 - color contains mainly: green. Hex color #829D28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829D28 is #7D62D7. Grayscale: #888888. Windows color (decimal): -8217304 or 2661762. OLE color: 2661762.

HSL color Cylindrical-coordinate representation of color #829D28: hue angle of 73.85º degrees, saturation: 0.59, 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 #829D28 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 157 40 -
CMYK 0.17 0 0.75 0.38
HSL 73.85º 0.59% 0.39% -
HSV(B) 73.85º 0.75% 0.62% -
XYZ 21.65 29.01 6.47 -
YUV 135.59 74.05 124.01 -
System Red Green Blue C M Y K H S L
Decimal 130 157 40 0.17 0 0.75 0.38 73.85 0.59 0.39
Hex 82 9D 28 11 0 4B 26 4A 3B 27
Octal 202 235 50 21 0 113 46 112 73 47
Binary 10000010 10011101 101000 10001 0 1001011 100110 1001010 111011 100111

Color Harmonies of #829D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829D28

Black with #829D28

Text Example


Text Example

White with #829D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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