#84C91B

Color #84C91B Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #84C91B

Tints of Lima #84C91B

Color information

#84C91B (or 0x84C91B) is unknown color: approx Lima. HEX triplet: 84, C9 and 1B. RGB value is (132,201,27). Sum of RGB (Red+Green+Blue) = 132+201+27=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 201 (78.91% from 255 or 55.83% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 201 - color contains mainly: green. Hex color #84C91B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C91B is #7B36E4. Grayscale: #A1A1A1. Windows color (decimal): -8074981 or 1821060. OLE color: 1821060.

HSL color Cylindrical-coordinate representation of color #84C91B: hue angle of 83.79º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84C91B is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB13220127-
CMYK0.3400.870.21
HSL83.79º76.32%44.71%-
HSV(B)83.79º86.57%78.82%-
XYZ30.646.768.45-
YUV160.5352.64107.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 201 (78.91% from 255) = 55.83%
BLUE value IS 27 (10.94% from 255) = 7.5%
R=36.67%
G=55.83%
B=7.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132201270.3400.870.2183.7976.3244.71
Hex84C91B2205715544c2d
Octal204311334201272512411455
Binary100001001100100111011100010010101111010110101001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C91B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,201,27); }

 H1.HeaderClassName
 {
   color: #84C91B;
 }
 .AnyTagClassName
 {
   color: #84C91B;
 }
</style>
background-color css

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

 a { background-color: rgb(132,201,27); }

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

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

 span { border-color: rgb(132,201,27); }

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