Html Css Color HEX #84BB0A Lima

📋 copy color: '#84BB0A'

red 132 ◦ green 187 ◦ blue 10

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

Shades of Lima #84BB0A

Tints of Lima #84BB0A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 56.84%

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

R = 40.12%
G = 56.84%
B = 3.04%

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

#84BB0A (or 0x84BB0A) is known color: Lima. HEX triplet: 84, BB and 0A. RGB value is (132,187,10). Sum of RGB (Red+Green+Blue) = 132+187+10=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 187 (73.44% from 255 or 56.84% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 187 - color contains mainly: green. Hex color #84BB0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BB0A is #7B44F5. Grayscale: #979797. Windows color (decimal): -8078582 or 703364. OLE color: 703364.

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

Color convert

RGB 132 187 10 -
CMYK 0.29 0 0.95 0.27
HSL 78.64º 0.9% 0.39% -
HSV(B) 78.64º 0.95% 0.73% -
XYZ 27.34 40.47 6.66 -
YUV 150.38 48.78 114.89 -
System Red Green Blue C M Y K H S L
Decimal 132 187 10 0.29 0 0.95 0.27 78.64 0.9 0.39
Hex 84 BB A 1D 0 5F 1B 4F 5A 27
Octal 204 273 12 35 0 137 33 117 132 47
Binary 10000100 10111011 1010 11101 0 1011111 11011 1001111 1011010 100111

Color Harmonies of #84BB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BB0A

Black with #84BB0A

Text Example


Text Example

White with #84BB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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