Html Css Color HEX #84BA1B Lima

📋 copy color: '#84BA1B'

red 132 ◦ green 186 ◦ blue 27

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

Shades of Lima #84BA1B

Tints of Lima #84BA1B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.91%

 BLUE value IS 27 (10.94% from 255) = 7.83%

R = 38.26%
G = 53.91%
B = 7.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#84BA1B (or 0x84BA1B) is known color: Lima. HEX triplet: 84, BA and 1B. RGB value is (132,186,27). Sum of RGB (Red+Green+Blue) = 132+186+27=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA1B is #7B45E4. Grayscale: #989898. Windows color (decimal): -8078821 or 1817220. OLE color: 1817220.

HSL color Cylindrical-coordinate representation of color #84BA1B: hue angle of 80.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84BA1B is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 186 27 -
CMYK 0.29 0 0.85 0.27
HSL 80.38º 0.75% 0.42% -
HSV(B) 80.38º 0.85% 0.73% -
XYZ 27.27 40.1 7.34 -
YUV 151.73 57.61 113.93 -
System Red Green Blue C M Y K H S L
Decimal 132 186 27 0.29 0 0.85 0.27 80.38 0.75 0.42
Hex 84 BA 1B 1D 0 55 1B 50 4B 2A
Octal 204 272 33 35 0 125 33 120 113 52
Binary 10000100 10111010 11011 11101 0 1010101 11011 1010000 1001011 101010

Color Harmonies of #84BA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BA1B

Black with #84BA1B

Text Example


Text Example

White with #84BA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,186,27); }

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

background-color css

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

 a { background-color: rgb(132,186,27); }

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

border-color css

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

 span { border-color: rgb(132,186,27); }

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