Html Css Color HEX #84BA12 Lima

📋 copy color: '#84BA12'

red 132 ◦ green 186 ◦ blue 18

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

Shades of Lima #84BA12

Tints of Lima #84BA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.36%

R = 39.29%
G = 55.36%
B = 5.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#84BA12 (or 0x84BA12) is known color: Lima. HEX triplet: 84, BA and 12. RGB value is (132,186,18). Sum of RGB (Red+Green+Blue) = 132+186+18=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BA12 is #7B45ED. Grayscale: #979797. Windows color (decimal): -8078830 or 1227396. OLE color: 1227396.

HSL color Cylindrical-coordinate representation of color #84BA12: hue angle of 79.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84BA12 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 186 18 -
CMYK 0.29 0 0.90 0.27
HSL 79.29º 0.82% 0.4% -
HSV(B) 79.29º 0.9% 0.73% -
XYZ 27.18 40.07 6.87 -
YUV 150.7 53.11 114.66 -
System Red Green Blue C M Y K H S L
Decimal 132 186 18 0.29 0 0.90 0.27 79.29 0.82 0.4
Hex 84 BA 12 1D 0 5A 1B 4F 52 28
Octal 204 272 22 35 0 132 33 117 122 50
Binary 10000100 10111010 10010 11101 0 1011010 11011 1001111 1010010 101000

Color Harmonies of #84BA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BA12

Black with #84BA12

Text Example


Text Example

White with #84BA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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