Html Css Color HEX #84992A Sushi

📋 copy color: '#84992A'

red 132 ◦ green 153 ◦ blue 42

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

Shades of Sushi #84992A

Tints of Sushi #84992A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.79%

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

R = 40.37%
G = 46.79%
B = 12.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#84992A (or 0x84992A) is known color: Sushi. HEX triplet: 84, 99 and 2A. RGB value is (132,153,42). Sum of RGB (Red+Green+Blue) = 132+153+42=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #84992A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84992A is #7B66D5. Grayscale: #868686. Windows color (decimal): -8087254 or 2791812. OLE color: 2791812.

HSL color Cylindrical-coordinate representation of color #84992A: hue angle of 71.35º 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 #84992A is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 132 153 42 -
CMYK 0.14 0 0.73 0.4
HSL 71.35º 0.57% 0.38% -
HSV(B) 71.35º 0.73% 0.6% -
XYZ 21.32 27.86 6.44 -
YUV 134.07 76.04 126.53 -
System Red Green Blue C M Y K H S L
Decimal 132 153 42 0.14 0 0.73 0.4 71.35 0.57 0.38
Hex 84 99 2A E 0 49 28 47 39 26
Octal 204 231 52 16 0 111 50 107 71 46
Binary 10000100 10011001 101010 1110 0 1001001 101000 1000111 111001 100110

Color Harmonies of #84992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84992A

Black with #84992A

Text Example


Text Example

White with #84992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84992A; }

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

 H1.HeaderClassName
 {
   color: #84992A;
 }
 .AnyTagClassName
 {
   color: #84992A;
 }
</style>

background-color css

<style>
 a { background-color: #84992A; }

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

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

border-color css

<style>
 span { border-color: #84992A; }

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

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