Html Css Color HEX #84B310 Lima

📋 copy color: '#84B310'

red 132 ◦ green 179 ◦ blue 16

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

Shades of Lima #84B310

Tints of Lima #84B310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.89%

R = 40.37%
G = 54.74%
B = 4.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#84B310 (or 0x84B310) is known color: Lima. HEX triplet: 84, B3 and 10. RGB value is (132,179,16). Sum of RGB (Red+Green+Blue) = 132+179+16=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 179 (70.31% from 255 or 54.74% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 179 - color contains mainly: green. Hex color #84B310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B310 is #7B4CEF. Grayscale: #929292. Windows color (decimal): -8080624 or 1094532. OLE color: 1094532.

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

Color convert

RGB 132 179 16 -
CMYK 0.26 0 0.91 0.30
HSL 77.3º 0.84% 0.38% -
HSV(B) 77.3º 0.91% 0.7% -
XYZ 25.73 37.18 6.31 -
YUV 146.37 54.43 117.75 -
System Red Green Blue C M Y K H S L
Decimal 132 179 16 0.26 0 0.91 0.30 77.3 0.84 0.38
Hex 84 B3 10 1A 0 5B 1E 4D 54 26
Octal 204 263 20 32 0 133 36 115 124 46
Binary 10000100 10110011 10000 11010 0 1011011 11110 1001101 1010100 100110

Color Harmonies of #84B310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B310

Black with #84B310

Text Example


Text Example

White with #84B310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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