Html Css Color HEX #829B2F Sushi

📋 copy color: '#829B2F'

red 130 ◦ green 155 ◦ blue 47

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

Shades of Sushi #829B2F

Tints of Sushi #829B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.16%

R = 39.16%
G = 46.69%
B = 14.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#829B2F (or 0x829B2F) is known color: Sushi. HEX triplet: 82, 9B and 2F. RGB value is (130,155,47). Sum of RGB (Red+Green+Blue) = 130+155+47=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #829B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829B2F is #7D64D0. Grayscale: #878787. Windows color (decimal): -8217809 or 3120002. OLE color: 3120002.

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

Color convert

RGB 130 155 47 -
CMYK 0.16 0 0.70 0.39
HSL 73.89º 0.53% 0.4% -
HSV(B) 73.89º 0.7% 0.61% -
XYZ 21.44 28.39 7.04 -
YUV 135.21 78.22 124.28 -
System Red Green Blue C M Y K H S L
Decimal 130 155 47 0.16 0 0.70 0.39 73.89 0.53 0.4
Hex 82 9B 2F 10 0 46 27 4A 35 28
Octal 202 233 57 20 0 106 47 112 65 50
Binary 10000010 10011011 101111 10000 0 1000110 100111 1001010 110101 101000

Color Harmonies of #829B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829B2F

Black with #829B2F

Text Example


Text Example

White with #829B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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