Html Css Color HEX #84BA15 Lima

📋 copy color: '#84BA15'

red 132 ◦ green 186 ◦ blue 21

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

Shades of Lima #84BA15

Tints of Lima #84BA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.19%

R = 38.94%
G = 54.87%
B = 6.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#84BA15 (or 0x84BA15) is known color: Lima. HEX triplet: 84, BA and 15. RGB value is (132,186,21). Sum of RGB (Red+Green+Blue) = 132+186+21=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BA15 is #7B45EA. Grayscale: #979797. Windows color (decimal): -8078827 or 1424004. OLE color: 1424004.

HSL color Cylindrical-coordinate representation of color #84BA15: hue angle of 79.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84BA15 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 186 21 -
CMYK 0.29 0 0.89 0.27
HSL 79.64º 0.8% 0.41% -
HSV(B) 79.64º 0.89% 0.73% -
XYZ 27.21 40.08 7.01 -
YUV 151.04 54.61 114.42 -
System Red Green Blue C M Y K H S L
Decimal 132 186 21 0.29 0 0.89 0.27 79.64 0.8 0.41
Hex 84 BA 15 1D 0 59 1B 50 50 29
Octal 204 272 25 35 0 131 33 120 120 51
Binary 10000100 10111010 10101 11101 0 1011001 11011 1010000 1010000 101001

Color Harmonies of #84BA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BA15

Black with #84BA15

Text Example


Text Example

White with #84BA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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