Html Css Color HEX #849B31 Sushi

📋 copy color: '#849B31'

red 132 ◦ green 155 ◦ blue 49

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

Shades of Sushi #849B31

Tints of Sushi #849B31

RGB

 RED value IS 132 (51.95% from 255) = 39.29%

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

 BLUE value IS 49 (19.53% from 255) = 14.58%

R = 39.29%
G = 46.13%
B = 14.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#849B31 (or 0x849B31) is known color: Sushi. HEX triplet: 84, 9B and 31. RGB value is (132,155,49). Sum of RGB (Red+Green+Blue) = 132+155+49=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #849B31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849B31 is #7B64CE. Grayscale: #888888. Windows color (decimal): -8086735 or 3251076. OLE color: 3251076.

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

Color convert

RGB 132 155 49 -
CMYK 0.15 0 0.68 0.39
HSL 73.02º 0.52% 0.4% -
HSV(B) 73.02º 0.68% 0.61% -
XYZ 21.79 28.57 7.27 -
YUV 136.04 78.88 125.12 -
System Red Green Blue C M Y K H S L
Decimal 132 155 49 0.15 0 0.68 0.39 73.02 0.52 0.4
Hex 84 9B 31 F 0 44 27 49 34 28
Octal 204 233 61 17 0 104 47 111 64 50
Binary 10000100 10011011 110001 1111 0 1000100 100111 1001001 110100 101000

Color Harmonies of #849B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849B31

Black with #849B31

Text Example


Text Example

White with #849B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849B31; }

 p { color: rgb(132,155,49); }

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

background-color css

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

 a { background-color: rgb(132,155,49); }

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

border-color css

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

 span { border-color: rgb(132,155,49); }

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