Html Css Color HEX #829C28 Sushi

📋 copy color: '#829C28'

red 130 ◦ green 156 ◦ blue 40

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

Shades of Sushi #829C28

Tints of Sushi #829C28

RGB

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

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

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

R = 39.88%
G = 47.85%
B = 12.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#829C28 (or 0x829C28) is known color: Sushi. HEX triplet: 82, 9C and 28. RGB value is (130,156,40). Sum of RGB (Red+Green+Blue) = 130+156+40=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 156 - color contains mainly: green. Hex color #829C28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829C28 is #7D63D7. Grayscale: #878787. Windows color (decimal): -8217560 or 2661506. OLE color: 2661506.

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

Color convert

RGB 130 156 40 -
CMYK 0.17 0 0.74 0.39
HSL 73.45º 0.59% 0.38% -
HSV(B) 73.45º 0.74% 0.61% -
XYZ 21.48 28.68 6.41 -
YUV 135 74.39 124.43 -
System Red Green Blue C M Y K H S L
Decimal 130 156 40 0.17 0 0.74 0.39 73.45 0.59 0.38
Hex 82 9C 28 11 0 4A 27 49 3B 26
Octal 202 234 50 21 0 112 47 111 73 46
Binary 10000010 10011100 101000 10001 0 1001010 100111 1001001 111011 100110

Color Harmonies of #829C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829C28

Black with #829C28

Text Example


Text Example

White with #829C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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