Html Css Color HEX #829C30 Sushi

📋 copy color: '#829C30'

red 130 ◦ green 156 ◦ blue 48

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

Shades of Sushi #829C30

Tints of Sushi #829C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.37%

R = 38.92%
G = 46.71%
B = 14.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#829C30 (or 0x829C30) is known color: Sushi. HEX triplet: 82, 9C and 30. RGB value is (130,156,48). Sum of RGB (Red+Green+Blue) = 130+156+48=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #829C30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829C30 is #7D63CF. Grayscale: #888888. Windows color (decimal): -8217552 or 3185794. OLE color: 3185794.

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

Color convert

RGB 130 156 48 -
CMYK 0.17 0 0.69 0.39
HSL 74.44º 0.53% 0.4% -
HSV(B) 74.44º 0.69% 0.61% -
XYZ 21.63 28.74 7.2 -
YUV 135.91 78.39 123.78 -
System Red Green Blue C M Y K H S L
Decimal 130 156 48 0.17 0 0.69 0.39 74.44 0.53 0.4
Hex 82 9C 30 11 0 45 27 4A 35 28
Octal 202 234 60 21 0 105 47 112 65 50
Binary 10000010 10011100 110000 10001 0 1000101 100111 1001010 110101 101000

Color Harmonies of #829C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829C30

Black with #829C30

Text Example


Text Example

White with #829C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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