Html Css Color HEX #84BB09 Lima

📋 copy color: '#84BB09'

red 132 ◦ green 187 ◦ blue 9

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

Shades of Lima #84BB09

Tints of Lima #84BB09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.74%

R = 40.24%
G = 57.01%
B = 2.74%

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

#84BB09 (or 0x84BB09) is known color: Lima. HEX triplet: 84, BB and 09. RGB value is (132,187,9). Sum of RGB (Red+Green+Blue) = 132+187+9=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 187 (73.44% from 255 or 57.01% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 187 - color contains mainly: green. Hex color #84BB09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BB09 is #7B44F6. Grayscale: #969696. Windows color (decimal): -8078583 or 637828. OLE color: 637828.

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

Color convert

RGB 132 187 9 -
CMYK 0.29 0 0.95 0.27
HSL 78.54º 0.91% 0.38% -
HSV(B) 78.54º 0.95% 0.73% -
XYZ 27.34 40.47 6.63 -
YUV 150.26 48.28 114.97 -
System Red Green Blue C M Y K H S L
Decimal 132 187 9 0.29 0 0.95 0.27 78.54 0.91 0.38
Hex 84 BB 9 1D 0 5F 1B 4F 5B 26
Octal 204 273 11 35 0 137 33 117 133 46
Binary 10000100 10111011 1001 11101 0 1011111 11011 1001111 1011011 100110

Color Harmonies of #84BB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BB09

Black with #84BB09

Text Example


Text Example

White with #84BB09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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