Html Css Color HEX #829B2B Sushi

📋 copy color: '#829B2B'

red 130 ◦ green 155 ◦ blue 43

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

Shades of Sushi #829B2B

Tints of Sushi #829B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.11%

R = 39.63%
G = 47.26%
B = 13.11%

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

#829B2B (or 0x829B2B) is known color: Sushi. HEX triplet: 82, 9B and 2B. RGB value is (130,155,43). Sum of RGB (Red+Green+Blue) = 130+155+43=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #829B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829B2B is #7D64D4. Grayscale: #878787. Windows color (decimal): -8217813 or 2857858. OLE color: 2857858.

HSL color Cylindrical-coordinate representation of color #829B2B: hue angle of 73.39º degrees, saturation: 0.57, 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 #829B2B is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 155 43 -
CMYK 0.16 0 0.72 0.39
HSL 73.39º 0.57% 0.39% -
HSV(B) 73.39º 0.72% 0.61% -
XYZ 21.36 28.36 6.63 -
YUV 134.76 76.22 124.61 -
System Red Green Blue C M Y K H S L
Decimal 130 155 43 0.16 0 0.72 0.39 73.39 0.57 0.39
Hex 82 9B 2B 10 0 48 27 49 39 27
Octal 202 233 53 20 0 110 47 111 71 47
Binary 10000010 10011011 101011 10000 0 1001000 100111 1001001 111001 100111

Color Harmonies of #829B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829B2B

Black with #829B2B

Text Example


Text Example

White with #829B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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