Html Css Color HEX #829928 Sushi

📋 copy color: '#829928'

red 130 ◦ green 153 ◦ blue 40

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

Shades of Sushi #829928

Tints of Sushi #829928

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.37%

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

R = 40.25%
G = 47.37%
B = 12.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#829928 (or 0x829928) is known color: Sushi. HEX triplet: 82, 99 and 28. RGB value is (130,153,40). Sum of RGB (Red+Green+Blue) = 130+153+40=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #829928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829928 is #7D66D7. Grayscale: #858585. Windows color (decimal): -8218328 or 2660738. OLE color: 2660738.

HSL color Cylindrical-coordinate representation of color #829928: hue angle of 72.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #829928 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 153 40 -
CMYK 0.15 0 0.74 0.4
HSL 72.21º 0.59% 0.38% -
HSV(B) 72.21º 0.74% 0.6% -
XYZ 20.98 27.68 6.24 -
YUV 133.24 75.38 125.69 -
System Red Green Blue C M Y K H S L
Decimal 130 153 40 0.15 0 0.74 0.4 72.21 0.59 0.38
Hex 82 99 28 F 0 4A 28 48 3B 26
Octal 202 231 50 17 0 112 50 110 73 46
Binary 10000010 10011001 101000 1111 0 1001010 101000 1001000 111011 100110

Color Harmonies of #829928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829928

Black with #829928

Text Example


Text Example

White with #829928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829928; }

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

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

background-color css

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

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

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

border-color css

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

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

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