Html Css Color HEX #84B319 Lima

📋 copy color: '#84B319'

red 132 ◦ green 179 ◦ blue 25

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

Shades of Lima #84B319

Tints of Lima #84B319

RGB

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

 GREEN value IS 179 (70.31% from 255) = 53.27%

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

R = 39.29%
G = 53.27%
B = 7.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#84B319 (or 0x84B319) is known color: Lima. HEX triplet: 84, B3 and 19. RGB value is (132,179,25). Sum of RGB (Red+Green+Blue) = 132+179+25=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 179 (70.31% from 255 or 53.27% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 179 - color contains mainly: green. Hex color #84B319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B319 is #7B4CE6. Grayscale: #939393. Windows color (decimal): -8080615 or 1684356. OLE color: 1684356.

HSL color Cylindrical-coordinate representation of color #84B319: hue angle of 78.31º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84B319 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 132 179 25 -
CMYK 0.26 0 0.86 0.30
HSL 78.31º 0.75% 0.4% -
HSV(B) 78.31º 0.86% 0.7% -
XYZ 25.81 37.22 6.74 -
YUV 147.39 58.93 117.02 -
System Red Green Blue C M Y K H S L
Decimal 132 179 25 0.26 0 0.86 0.30 78.31 0.75 0.4
Hex 84 B3 19 1A 0 56 1E 4E 4B 28
Octal 204 263 31 32 0 126 36 116 113 50
Binary 10000100 10110011 11001 11010 0 1010110 11110 1001110 1001011 101000

Color Harmonies of #84B319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B319

Black with #84B319

Text Example


Text Example

White with #84B319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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