Html Css Color HEX #829B2C Sushi

📋 copy color: '#829B2C'

red 130 ◦ green 155 ◦ blue 44

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

Shades of Sushi #829B2C

Tints of Sushi #829B2C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.11%

 BLUE value IS 44 (17.58% from 255) = 13.37%

R = 39.51%
G = 47.11%
B = 13.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#829B2C (or 0x829B2C) is known color: Sushi. HEX triplet: 82, 9B and 2C. RGB value is (130,155,44). Sum of RGB (Red+Green+Blue) = 130+155+44=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #829B2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829B2C is #7D64D3. Grayscale: #878787. Windows color (decimal): -8217812 or 2923394. OLE color: 2923394.

HSL color Cylindrical-coordinate representation of color #829B2C: hue angle of 73.51º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #829B2C is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 155 44 -
CMYK 0.16 0 0.72 0.39
HSL 73.51º 0.56% 0.39% -
HSV(B) 73.51º 0.72% 0.61% -
XYZ 21.38 28.37 6.73 -
YUV 134.87 76.72 124.53 -
System Red Green Blue C M Y K H S L
Decimal 130 155 44 0.16 0 0.72 0.39 73.51 0.56 0.39
Hex 82 9B 2C 10 0 48 27 4A 38 27
Octal 202 233 54 20 0 110 47 112 70 47
Binary 10000010 10011011 101100 10000 0 1001000 100111 1001010 111000 100111

Color Harmonies of #829B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829B2C

Black with #829B2C

Text Example


Text Example

White with #829B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,155,44); }

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

background-color css

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

 a { background-color: rgb(130,155,44); }

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

border-color css

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

 span { border-color: rgb(130,155,44); }

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