Html Css Color HEX #84BA0A Lima

📋 copy color: '#84BA0A'

red 132 ◦ green 186 ◦ blue 10

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

Shades of Lima #84BA0A

Tints of Lima #84BA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.05%

R = 40.24%
G = 56.71%
B = 3.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#84BA0A (or 0x84BA0A) is known color: Lima. HEX triplet: 84, BA and 0A. RGB value is (132,186,10). Sum of RGB (Red+Green+Blue) = 132+186+10=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BA0A is #7B45F5. Grayscale: #969696. Windows color (decimal): -8078838 or 703108. OLE color: 703108.

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

Color convert

RGB 132 186 10 -
CMYK 0.29 0 0.95 0.27
HSL 78.41º 0.9% 0.38% -
HSV(B) 78.41º 0.95% 0.73% -
XYZ 27.13 40.05 6.59 -
YUV 149.79 49.11 115.31 -
System Red Green Blue C M Y K H S L
Decimal 132 186 10 0.29 0 0.95 0.27 78.41 0.9 0.38
Hex 84 BA A 1D 0 5F 1B 4E 5A 26
Octal 204 272 12 35 0 137 33 116 132 46
Binary 10000100 10111010 1010 11101 0 1011111 11011 1001110 1011010 100110

Color Harmonies of #84BA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BA0A

Black with #84BA0A

Text Example


Text Example

White with #84BA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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