Html Css Color HEX #829D41 Sushi

📋 copy color: '#829D41'

red 130 ◦ green 157 ◦ blue 65

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

Shades of Sushi #829D41

Tints of Sushi #829D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.47%

R = 36.93%
G = 44.6%
B = 18.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#829D41 (or 0x829D41) is known color: Sushi. HEX triplet: 82, 9D and 41. RGB value is (130,157,65). Sum of RGB (Red+Green+Blue) = 130+157+65=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #829D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829D41 is #7D62BE. Grayscale: #8A8A8A. Windows color (decimal): -8217279 or 4300162. OLE color: 4300162.

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

Color convert

RGB 130 157 65 -
CMYK 0.17 0 0.59 0.38
HSL 77.61º 0.41% 0.44% -
HSV(B) 77.61º 0.59% 0.62% -
XYZ 22.22 29.24 9.47 -
YUV 138.44 86.55 121.98 -
System Red Green Blue C M Y K H S L
Decimal 130 157 65 0.17 0 0.59 0.38 77.61 0.41 0.44
Hex 82 9D 41 11 0 3B 26 4E 29 2C
Octal 202 235 101 21 0 73 46 116 51 54
Binary 10000010 10011101 1000001 10001 0 111011 100110 1001110 101001 101100

Color Harmonies of #829D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829D41

Black with #829D41

Text Example


Text Example

White with #829D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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