Html Css Color HEX #84B619 Lima

📋 copy color: '#84B619'

red 132 ◦ green 182 ◦ blue 25

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

Shades of Lima #84B619

Tints of Lima #84B619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 53.69%

 BLUE value IS 25 (10.16% from 255) = 7.37%

R = 38.94%
G = 53.69%
B = 7.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#84B619 (or 0x84B619) is known color: Lima. HEX triplet: 84, B6 and 19. RGB value is (132,182,25). Sum of RGB (Red+Green+Blue) = 132+182+25=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 182 (71.48% from 255 or 53.69% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 182 - color contains mainly: green. Hex color #84B619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B619 is #7B49E6. Grayscale: #959595. Windows color (decimal): -8079847 or 1685124. OLE color: 1685124.

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

Color convert

RGB 132 182 25 -
CMYK 0.27 0 0.86 0.29
HSL 79.11º 0.76% 0.41% -
HSV(B) 79.11º 0.86% 0.71% -
XYZ 26.42 38.43 6.95 -
YUV 149.15 57.94 115.77 -
System Red Green Blue C M Y K H S L
Decimal 132 182 25 0.27 0 0.86 0.29 79.11 0.76 0.41
Hex 84 B6 19 1B 0 56 1D 4F 4C 29
Octal 204 266 31 33 0 126 35 117 114 51
Binary 10000100 10110110 11001 11011 0 1010110 11101 1001111 1001100 101001

Color Harmonies of #84B619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B619

Black with #84B619

Text Example


Text Example

White with #84B619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,182,25); }

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

background-color css

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

 a { background-color: rgb(132,182,25); }

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

border-color css

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

 span { border-color: rgb(132,182,25); }

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