Html Css Color HEX #829B35 Sushi

📋 copy color: '#829B35'

red 130 ◦ green 155 ◦ blue 53

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

Shades of Sushi #829B35

Tints of Sushi #829B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.68%

R = 38.46%
G = 45.86%
B = 15.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#829B35 (or 0x829B35) is known color: Sushi. HEX triplet: 82, 9B and 35. RGB value is (130,155,53). Sum of RGB (Red+Green+Blue) = 130+155+53=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #829B35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829B35 is #7D64CA. Grayscale: #888888. Windows color (decimal): -8217803 or 3513218. OLE color: 3513218.

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

Color convert

RGB 130 155 53 -
CMYK 0.16 0 0.66 0.39
HSL 74.71º 0.49% 0.41% -
HSV(B) 74.71º 0.66% 0.61% -
XYZ 21.57 28.45 7.72 -
YUV 135.9 81.22 123.79 -
System Red Green Blue C M Y K H S L
Decimal 130 155 53 0.16 0 0.66 0.39 74.71 0.49 0.41
Hex 82 9B 35 10 0 42 27 4B 31 29
Octal 202 233 65 20 0 102 47 113 61 51
Binary 10000010 10011011 110101 10000 0 1000010 100111 1001011 110001 101001

Color Harmonies of #829B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829B35

Black with #829B35

Text Example


Text Example

White with #829B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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