Html Css Color HEX #84B30D Lima

📋 copy color: '#84B30D'

red 132 ◦ green 179 ◦ blue 13

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

Shades of Lima #84B30D

Tints of Lima #84B30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.01%

R = 40.74%
G = 55.25%
B = 4.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#84B30D (or 0x84B30D) is known color: Lima. HEX triplet: 84, B3 and 0D. RGB value is (132,179,13). Sum of RGB (Red+Green+Blue) = 132+179+13=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 179 (70.31% from 255 or 55.25% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 179 - color contains mainly: green. Hex color #84B30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B30D is #7B4CF2. Grayscale: #929292. Windows color (decimal): -8080627 or 897924. OLE color: 897924.

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

Color convert

RGB 132 179 13 -
CMYK 0.26 0 0.93 0.30
HSL 76.99º 0.86% 0.38% -
HSV(B) 76.99º 0.93% 0.7% -
XYZ 25.71 37.17 6.2 -
YUV 146.02 52.93 118 -
System Red Green Blue C M Y K H S L
Decimal 132 179 13 0.26 0 0.93 0.30 76.99 0.86 0.38
Hex 84 B3 D 1A 0 5D 1E 4D 56 26
Octal 204 263 15 32 0 135 36 115 126 46
Binary 10000100 10110011 1101 11010 0 1011101 11110 1001101 1010110 100110

Color Harmonies of #84B30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B30D

Black with #84B30D

Text Example


Text Example

White with #84B30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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