Html Css Color HEX #829930 Sushi

📋 copy color: '#829930'

red 130 ◦ green 153 ◦ blue 48

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

Shades of Sushi #829930

Tints of Sushi #829930

RGB

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

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

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

R = 39.27%
G = 46.22%
B = 14.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#829930 (or 0x829930) is known color: Sushi. HEX triplet: 82, 99 and 30. RGB value is (130,153,48). Sum of RGB (Red+Green+Blue) = 130+153+48=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #829930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829930 is #7D66CF. Grayscale: #868686. Windows color (decimal): -8218320 or 3185026. OLE color: 3185026.

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

Color convert

RGB 130 153 48 -
CMYK 0.15 0 0.69 0.4
HSL 73.14º 0.52% 0.39% -
HSV(B) 73.14º 0.69% 0.6% -
XYZ 21.13 27.74 7.04 -
YUV 134.15 79.38 125.04 -
System Red Green Blue C M Y K H S L
Decimal 130 153 48 0.15 0 0.69 0.4 73.14 0.52 0.39
Hex 82 99 30 F 0 45 28 49 34 27
Octal 202 231 60 17 0 105 50 111 64 47
Binary 10000010 10011001 110000 1111 0 1000101 101000 1001001 110100 100111

Color Harmonies of #829930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829930

Black with #829930

Text Example


Text Example

White with #829930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829930; }

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

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

background-color css

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

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

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

border-color css

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

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

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