Html Css Color HEX #73B932 Lima

📋 copy color: '#73B932'

red 115 ◦ green 185 ◦ blue 50

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

Shades of Lima #73B932

Tints of Lima #73B932

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.86%

 BLUE value IS 50 (19.92% from 255) = 14.29%

R = 32.86%
G = 52.86%
B = 14.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#73B932 (or 0x73B932) is known color: Lima. HEX triplet: 73, B9 and 32. RGB value is (115,185,50). Sum of RGB (Red+Green+Blue) = 115+185+50=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #73B932 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B932 is #8C46CD. Grayscale: #959595. Windows color (decimal): -9193166 or 3324275. OLE color: 3324275.

HSL color Cylindrical-coordinate representation of color #73B932: hue angle of 91.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73B932 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 185 50 -
CMYK 0.38 0 0.73 0.27
HSL 91.11º 0.57% 0.46% -
HSV(B) 91.11º 0.73% 0.73% -
XYZ 24.99 38.57 9.15 -
YUV 148.68 72.31 103.98 -
System Red Green Blue C M Y K H S L
Decimal 115 185 50 0.38 0 0.73 0.27 91.11 0.57 0.46
Hex 73 B9 32 26 0 49 1B 5B 39 2E
Octal 163 271 62 46 0 111 33 133 71 56
Binary 1110011 10111001 110010 100110 0 1001001 11011 1011011 111001 101110

Color Harmonies of #73B932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B932

Black with #73B932

Text Example


Text Example

White with #73B932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,185,50); }

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

background-color css

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

 a { background-color: rgb(115,185,50); }

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

border-color css

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

 span { border-color: rgb(115,185,50); }

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