Html Css Color HEX #84B718 Lima

📋 copy color: '#84B718'

red 132 ◦ green 183 ◦ blue 24

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

Shades of Lima #84B718

Tints of Lima #84B718

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.98%

 BLUE value IS 24 (9.77% from 255) = 7.08%

R = 38.94%
G = 53.98%
B = 7.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#84B718 (or 0x84B718) is known color: Lima. HEX triplet: 84, B7 and 18. RGB value is (132,183,24). Sum of RGB (Red+Green+Blue) = 132+183+24=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 183 (71.88% from 255 or 53.98% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 183 - color contains mainly: green. Hex color #84B718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B718 is #7B48E7. Grayscale: #969696. Windows color (decimal): -8079592 or 1619844. OLE color: 1619844.

HSL color Cylindrical-coordinate representation of color #84B718: hue angle of 79.25º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84B718 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 132 183 24 -
CMYK 0.28 0 0.87 0.28
HSL 79.25º 0.77% 0.41% -
HSV(B) 79.25º 0.87% 0.72% -
XYZ 26.61 38.84 6.96 -
YUV 149.63 57.1 115.43 -
System Red Green Blue C M Y K H S L
Decimal 132 183 24 0.28 0 0.87 0.28 79.25 0.77 0.41
Hex 84 B7 18 1C 0 57 1C 4F 4D 29
Octal 204 267 30 34 0 127 34 117 115 51
Binary 10000100 10110111 11000 11100 0 1010111 11100 1001111 1001101 101001

Color Harmonies of #84B718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B718

Black with #84B718

Text Example


Text Example

White with #84B718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,183,24); }

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

background-color css

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

 a { background-color: rgb(132,183,24); }

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

border-color css

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

 span { border-color: rgb(132,183,24); }

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