Html Css Color HEX #84B711 Lima

📋 copy color: '#84B711'

red 132 ◦ green 183 ◦ blue 17

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

Shades of Lima #84B711

Tints of Lima #84B711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.12%

R = 39.76%
G = 55.12%
B = 5.12%

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

#84B711 (or 0x84B711) is known color: Lima. HEX triplet: 84, B7 and 11. RGB value is (132,183,17). Sum of RGB (Red+Green+Blue) = 132+183+17=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 183 (71.88% from 255 or 55.12% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 183 - color contains mainly: green. Hex color #84B711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B711 is #7B48EE. Grayscale: #959595. Windows color (decimal): -8079599 or 1161092. OLE color: 1161092.

HSL color Cylindrical-coordinate representation of color #84B711: hue angle of 78.43º degrees, saturation: 0.83, 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 #84B711 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 132 183 17 -
CMYK 0.28 0 0.91 0.28
HSL 78.43º 0.83% 0.39% -
HSV(B) 78.43º 0.91% 0.72% -
XYZ 26.55 38.81 6.62 -
YUV 148.83 53.6 116 -
System Red Green Blue C M Y K H S L
Decimal 132 183 17 0.28 0 0.91 0.28 78.43 0.83 0.39
Hex 84 B7 11 1C 0 5B 1C 4E 53 27
Octal 204 267 21 34 0 133 34 116 123 47
Binary 10000100 10110111 10001 11100 0 1011011 11100 1001110 1010011 100111

Color Harmonies of #84B711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B711

Black with #84B711

Text Example


Text Example

White with #84B711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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