Html Css Color HEX #73B820 Lima

📋 copy color: '#73B820'

red 115 ◦ green 184 ◦ blue 32

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

Shades of Lima #73B820

Tints of Lima #73B820

RGB

 RED value IS 115 (45.31% from 255) = 34.74%

 GREEN value IS 184 (72.27% from 255) = 55.59%

 BLUE value IS 32 (12.89% from 255) = 9.67%

R = 34.74%
G = 55.59%
B = 9.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#73B820 (or 0x73B820) is known color: Lima. HEX triplet: 73, B8 and 20. RGB value is (115,184,32). Sum of RGB (Red+Green+Blue) = 115+184+32=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 184 (72.27% from 255 or 55.59% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 184 - color contains mainly: green. Hex color #73B820 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B820 is #8C47DF. Grayscale: #929292. Windows color (decimal): -9193440 or 2144371. OLE color: 2144371.

HSL color Cylindrical-coordinate representation of color #73B820: hue angle of 87.24º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73B820 is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 115 184 32 -
CMYK 0.38 0 0.83 0.28
HSL 87.24º 0.7% 0.42% -
HSV(B) 87.24º 0.83% 0.72% -
XYZ 24.47 38.03 7.42 -
YUV 146.04 63.64 105.86 -
System Red Green Blue C M Y K H S L
Decimal 115 184 32 0.38 0 0.83 0.28 87.24 0.7 0.42
Hex 73 B8 20 26 0 53 1C 57 46 2A
Octal 163 270 40 46 0 123 34 127 106 52
Binary 1110011 10111000 100000 100110 0 1010011 11100 1010111 1000110 101010

Color Harmonies of #73B820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B820

Black with #73B820

Text Example


Text Example

White with #73B820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73B820; }

 p { color: rgb(115,184,32); }

 H1.HeaderClassName
 {
   color: #73B820;
 }
 .AnyTagClassName
 {
   color: #73B820;
 }
</style>

background-color css

<style>
 a { background-color: #73B820; }

 a { background-color: rgb(115,184,32); }

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

border-color css

<style>
 span { border-color: #73B820; }

 span { border-color: rgb(115,184,32); }

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