Html Css Color HEX #84B508 Lima

📋 copy color: '#84B508'

red 132 ◦ green 181 ◦ blue 8

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

Shades of Lima #84B508

Tints of Lima #84B508

RGB

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

 GREEN value IS 181 (71.09% from 255) = 56.39%

 BLUE value IS 8 (3.52% from 255) = 2.49%

R = 41.12%
G = 56.39%
B = 2.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#84B508 (or 0x84B508) is known color: Lima. HEX triplet: 84, B5 and 08. RGB value is (132,181,8). Sum of RGB (Red+Green+Blue) = 132+181+8=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 181 (71.09% from 255 or 56.39% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 181 - color contains mainly: green. Hex color #84B508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B508 is #7B4AF7. Grayscale: #939393. Windows color (decimal): -8080120 or 570756. OLE color: 570756.

HSL color Cylindrical-coordinate representation of color #84B508: hue angle of 76.99º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84B508 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 181 8 -
CMYK 0.27 0 0.96 0.29
HSL 76.99º 0.92% 0.37% -
HSV(B) 76.99º 0.96% 0.71% -
XYZ 26.08 37.97 6.18 -
YUV 146.63 49.77 117.57 -
System Red Green Blue C M Y K H S L
Decimal 132 181 8 0.27 0 0.96 0.29 76.99 0.92 0.37
Hex 84 B5 8 1B 0 60 1D 4D 5C 25
Octal 204 265 10 33 0 140 35 115 134 45
Binary 10000100 10110101 1000 11011 0 1100000 11101 1001101 1011100 100101

Color Harmonies of #84B508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B508

Black with #84B508

Text Example


Text Example

White with #84B508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,181,8); }

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

background-color css

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

 a { background-color: rgb(132,181,8); }

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

border-color css

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

 span { border-color: rgb(132,181,8); }

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