Html Css Color HEX #84B308 Lima

📋 copy color: '#84B308'

red 132 ◦ green 179 ◦ blue 8

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

Shades of Lima #84B308

Tints of Lima #84B308

RGB

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

 GREEN value IS 179 (70.31% from 255) = 56.11%

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

R = 41.38%
G = 56.11%
B = 2.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#84B308 (or 0x84B308) is known color: Lima. HEX triplet: 84, B3 and 08. RGB value is (132,179,8). Sum of RGB (Red+Green+Blue) = 132+179+8=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #84B308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B308 is #7B4CF7. Grayscale: #929292. Windows color (decimal): -8080632 or 570244. OLE color: 570244.

HSL color Cylindrical-coordinate representation of color #84B308: hue angle of 76.49º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84B308 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 132 179 8 -
CMYK 0.26 0 0.96 0.30
HSL 76.49º 0.91% 0.37% -
HSV(B) 76.49º 0.96% 0.7% -
XYZ 25.68 37.16 6.05 -
YUV 145.45 50.43 118.4 -
System Red Green Blue C M Y K H S L
Decimal 132 179 8 0.26 0 0.96 0.30 76.49 0.91 0.37
Hex 84 B3 8 1A 0 60 1E 4C 5B 25
Octal 204 263 10 32 0 140 36 114 133 45
Binary 10000100 10110011 1000 11010 0 1100000 11110 1001100 1011011 100101

Color Harmonies of #84B308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B308

Black with #84B308

Text Example


Text Example

White with #84B308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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