Html Css Color HEX #829C32 Sushi

📋 copy color: '#829C32'

red 130 ◦ green 156 ◦ blue 50

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

Shades of Sushi #829C32

Tints of Sushi #829C32

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.43%

 BLUE value IS 50 (19.92% from 255) = 14.88%

R = 38.69%
G = 46.43%
B = 14.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#829C32 (or 0x829C32) is known color: Sushi. HEX triplet: 82, 9C and 32. RGB value is (130,156,50). Sum of RGB (Red+Green+Blue) = 130+156+50=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #829C32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829C32 is #7D63CD. Grayscale: #888888. Windows color (decimal): -8217550 or 3316866. OLE color: 3316866.

HSL color Cylindrical-coordinate representation of color #829C32: hue angle of 74.72º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #829C32 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 156 50 -
CMYK 0.17 0 0.68 0.39
HSL 74.72º 0.51% 0.4% -
HSV(B) 74.72º 0.68% 0.61% -
XYZ 21.67 28.75 7.43 -
YUV 136.14 79.39 123.62 -
System Red Green Blue C M Y K H S L
Decimal 130 156 50 0.17 0 0.68 0.39 74.72 0.51 0.4
Hex 82 9C 32 11 0 44 27 4B 33 28
Octal 202 234 62 21 0 104 47 113 63 50
Binary 10000010 10011100 110010 10001 0 1000100 100111 1001011 110011 101000

Color Harmonies of #829C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829C32

Black with #829C32

Text Example


Text Example

White with #829C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,156,50); }

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

background-color css

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

 a { background-color: rgb(130,156,50); }

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

border-color css

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

 span { border-color: rgb(130,156,50); }

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