Html Css Color HEX #849B32 Sushi

📋 copy color: '#849B32'

red 132 ◦ green 155 ◦ blue 50

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

Shades of Sushi #849B32

Tints of Sushi #849B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.84%

R = 39.17%
G = 45.99%
B = 14.84%

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

#849B32 (or 0x849B32) is known color: Sushi. HEX triplet: 84, 9B and 32. RGB value is (132,155,50). Sum of RGB (Red+Green+Blue) = 132+155+50=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #849B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849B32 is #7B64CD. Grayscale: #888888. Windows color (decimal): -8086734 or 3316612. OLE color: 3316612.

HSL color Cylindrical-coordinate representation of color #849B32: hue angle of 73.14º degrees, saturation: 0.51, 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 #849B32 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 155 50 -
CMYK 0.15 0 0.68 0.39
HSL 73.14º 0.51% 0.4% -
HSV(B) 73.14º 0.68% 0.61% -
XYZ 21.81 28.58 7.38 -
YUV 136.15 79.38 125.04 -
System Red Green Blue C M Y K H S L
Decimal 132 155 50 0.15 0 0.68 0.39 73.14 0.51 0.4
Hex 84 9B 32 F 0 44 27 49 33 28
Octal 204 233 62 17 0 104 47 111 63 50
Binary 10000100 10011011 110010 1111 0 1000100 100111 1001001 110011 101000

Color Harmonies of #849B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849B32

Black with #849B32

Text Example


Text Example

White with #849B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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