Html Css Color HEX #84B115 Lima

📋 copy color: '#84B115'

red 132 ◦ green 177 ◦ blue 21

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

Shades of Lima #84B115

Tints of Lima #84B115

RGB

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

 GREEN value IS 177 (69.53% from 255) = 53.64%

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

R = 40%
G = 53.64%
B = 6.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#84B115 (or 0x84B115) is known color: Lima. HEX triplet: 84, B1 and 15. RGB value is (132,177,21). Sum of RGB (Red+Green+Blue) = 132+177+21=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #84B115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84B115 is #7B4EEA. Grayscale: #929292. Windows color (decimal): -8081131 or 1421700. OLE color: 1421700.

HSL color Cylindrical-coordinate representation of color #84B115: hue angle of 77.31º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84B115 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 177 21 -
CMYK 0.25 0 0.88 0.31
HSL 77.31º 0.79% 0.39% -
HSV(B) 77.31º 0.88% 0.69% -
XYZ 25.37 36.4 6.4 -
YUV 145.76 57.59 118.18 -
System Red Green Blue C M Y K H S L
Decimal 132 177 21 0.25 0 0.88 0.31 77.31 0.79 0.39
Hex 84 B1 15 19 0 58 1F 4D 4F 27
Octal 204 261 25 31 0 130 37 115 117 47
Binary 10000100 10110001 10101 11001 0 1011000 11111 1001101 1001111 100111

Color Harmonies of #84B115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B115

Black with #84B115

Text Example


Text Example

White with #84B115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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