Html Css Color HEX #829829 Sushi

📋 copy color: '#829829'

red 130 ◦ green 152 ◦ blue 41

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

Shades of Sushi #829829

Tints of Sushi #829829

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.06%

 BLUE value IS 41 (16.41% from 255) = 12.69%

R = 40.25%
G = 47.06%
B = 12.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#829829 (or 0x829829) is known color: Sushi. HEX triplet: 82, 98 and 29. RGB value is (130,152,41). Sum of RGB (Red+Green+Blue) = 130+152+41=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #829829 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829829 is #7D67D6. Grayscale: #858585. Windows color (decimal): -8218583 or 2726018. OLE color: 2726018.

HSL color Cylindrical-coordinate representation of color #829829: hue angle of 71.89º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #829829 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 152 41 -
CMYK 0.14 0 0.73 0.40
HSL 71.89º 0.58% 0.38% -
HSV(B) 71.89º 0.73% 0.6% -
XYZ 20.83 27.36 6.28 -
YUV 132.77 76.21 126.03 -
System Red Green Blue C M Y K H S L
Decimal 130 152 41 0.14 0 0.73 0.40 71.89 0.58 0.38
Hex 82 98 29 E 0 49 28 48 3A 26
Octal 202 230 51 16 0 111 50 110 72 46
Binary 10000010 10011000 101001 1110 0 1001001 101000 1001000 111010 100110

Color Harmonies of #829829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829829

Black with #829829

Text Example


Text Example

White with #829829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829829; }

 p { color: rgb(130,152,41); }

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

background-color css

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

 a { background-color: rgb(130,152,41); }

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

border-color css

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

 span { border-color: rgb(130,152,41); }

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