Html Css Color HEX #849A2A Sushi

📋 copy color: '#849A2A'

red 132 ◦ green 154 ◦ blue 42

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

Shades of Sushi #849A2A

Tints of Sushi #849A2A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.95%

 BLUE value IS 42 (16.8% from 255) = 12.8%

R = 40.24%
G = 46.95%
B = 12.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#849A2A (or 0x849A2A) is known color: Sushi. HEX triplet: 84, 9A and 2A. RGB value is (132,154,42). Sum of RGB (Red+Green+Blue) = 132+154+42=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 154 - color contains mainly: green. Hex color #849A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849A2A is #7B65D5. Grayscale: #878787. Windows color (decimal): -8086998 or 2792068. OLE color: 2792068.

HSL color Cylindrical-coordinate representation of color #849A2A: hue angle of 71.79º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #849A2A is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 154 42 -
CMYK 0.14 0 0.73 0.40
HSL 71.79º 0.57% 0.38% -
HSV(B) 71.79º 0.73% 0.6% -
XYZ 21.49 28.18 6.5 -
YUV 134.65 75.71 126.11 -
System Red Green Blue C M Y K H S L
Decimal 132 154 42 0.14 0 0.73 0.40 71.79 0.57 0.38
Hex 84 9A 2A E 0 49 28 48 39 26
Octal 204 232 52 16 0 111 50 110 71 46
Binary 10000100 10011010 101010 1110 0 1001001 101000 1001000 111001 100110

Color Harmonies of #849A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849A2A

Black with #849A2A

Text Example


Text Example

White with #849A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,154,42); }

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

background-color css

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

 a { background-color: rgb(132,154,42); }

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

border-color css

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

 span { border-color: rgb(132,154,42); }

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