Html Css Color HEX #84BA4A Mantis

📋 copy color: '#84BA4A'

red 132 ◦ green 186 ◦ blue 74

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

Shades of Mantis #84BA4A

Tints of Mantis #84BA4A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.45%

 BLUE value IS 74 (29.3% from 255) = 18.88%

R = 33.67%
G = 47.45%
B = 18.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#84BA4A (or 0x84BA4A) is known color: Mantis. HEX triplet: 84, BA and 4A. RGB value is (132,186,74). Sum of RGB (Red+Green+Blue) = 132+186+74=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA4A is #7B45B5. Grayscale: #9D9D9D. Windows color (decimal): -8078774 or 4897412. OLE color: 4897412.

HSL color Cylindrical-coordinate representation of color #84BA4A: hue angle of 88.93º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84BA4A is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 186 74 -
CMYK 0.29 0 0.60 0.27
HSL 88.93º 0.45% 0.51% -
HSV(B) 88.93º 0.6% 0.73% -
XYZ 28.31 40.52 12.81 -
YUV 157.09 81.11 110.11 -
System Red Green Blue C M Y K H S L
Decimal 132 186 74 0.29 0 0.60 0.27 88.93 0.45 0.51
Hex 84 BA 4A 1D 0 3C 1B 59 2D 33
Octal 204 272 112 35 0 74 33 131 55 63
Binary 10000100 10111010 1001010 11101 0 111100 11011 1011001 101101 110011

Color Harmonies of #84BA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BA4A

Black with #84BA4A

Text Example


Text Example

White with #84BA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,186,74); }

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

background-color css

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

 a { background-color: rgb(132,186,74); }

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

border-color css

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

 span { border-color: rgb(132,186,74); }

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