Html Css Color HEX #84B710 Lima

📋 copy color: '#84B710'

red 132 ◦ green 183 ◦ blue 16

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

Shades of Lima #84B710

Tints of Lima #84B710

RGB

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

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

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

R = 39.88%
G = 55.29%
B = 4.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#84B710 (or 0x84B710) is known color: Lima. HEX triplet: 84, B7 and 10. RGB value is (132,183,16). Sum of RGB (Red+Green+Blue) = 132+183+16=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 183 (71.88% from 255 or 55.29% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 183 - color contains mainly: green. Hex color #84B710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B710 is #7B48EF. Grayscale: #959595. Windows color (decimal): -8079600 or 1095556. OLE color: 1095556.

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

Color convert

RGB 132 183 16 -
CMYK 0.28 0 0.91 0.28
HSL 78.32º 0.84% 0.39% -
HSV(B) 78.32º 0.91% 0.72% -
XYZ 26.54 38.81 6.58 -
YUV 148.71 53.1 116.08 -
System Red Green Blue C M Y K H S L
Decimal 132 183 16 0.28 0 0.91 0.28 78.32 0.84 0.39
Hex 84 B7 10 1C 0 5B 1C 4E 54 27
Octal 204 267 20 34 0 133 34 116 124 47
Binary 10000100 10110111 10000 11100 0 1011011 11100 1001110 1010100 100111

Color Harmonies of #84B710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B710

Black with #84B710

Text Example


Text Example

White with #84B710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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