Html Css Color HEX #84A934 Sushi

📋 copy color: '#84A934'

red 132 ◦ green 169 ◦ blue 52

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

Shades of Sushi #84A934

Tints of Sushi #84A934

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.88%

 BLUE value IS 52 (20.7% from 255) = 14.73%

R = 37.39%
G = 47.88%
B = 14.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#84A934 (or 0x84A934) is known color: Sushi. HEX triplet: 84, A9 and 34. RGB value is (132,169,52). Sum of RGB (Red+Green+Blue) = 132+169+52=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 169 (66.41% from 255 or 47.88% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 169 - color contains mainly: green. Hex color #84A934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A934 is #7B56CB. Grayscale: #919191. Windows color (decimal): -8083148 or 3451268. OLE color: 3451268.

HSL color Cylindrical-coordinate representation of color #84A934: hue angle of 78.97º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84A934 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 132 169 52 -
CMYK 0.22 0 0.69 0.34
HSL 78.97º 0.53% 0.43% -
HSV(B) 78.97º 0.69% 0.66% -
XYZ 24.32 33.53 8.44 -
YUV 144.6 75.74 119.01 -
System Red Green Blue C M Y K H S L
Decimal 132 169 52 0.22 0 0.69 0.34 78.97 0.53 0.43
Hex 84 A9 34 16 0 45 22 4F 35 2B
Octal 204 251 64 26 0 105 42 117 65 53
Binary 10000100 10101001 110100 10110 0 1000101 100010 1001111 110101 101011

Color Harmonies of #84A934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A934

Black with #84A934

Text Example


Text Example

White with #84A934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84A934; }

 p { color: rgb(132,169,52); }

 H1.HeaderClassName
 {
   color: #84A934;
 }
 .AnyTagClassName
 {
   color: #84A934;
 }
</style>

background-color css

<style>
 a { background-color: #84A934; }

 a { background-color: rgb(132,169,52); }

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

border-color css

<style>
 span { border-color: #84A934; }

 span { border-color: rgb(132,169,52); }

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